From 52952840aa57512f3bbf06ea0054b5b742aabf20 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 4 Oct 2025 14:07:42 +0200 Subject: I guess its a working execution loop? --- src/instructions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instructions.rs') diff --git a/src/instructions.rs b/src/instructions.rs index e16894e..ed264f9 100644 --- a/src/instructions.rs +++ b/src/instructions.rs @@ -12,7 +12,7 @@ use crate::{ decode::Instruction, }; -type Runner = fn(&mut Core, Instruction) -> Result<(), InstructionResult>; +type Runner = fn(&mut Core, Instruction) -> InstructionResult; #[derive(Clone, Copy)] struct InstructionHandler { -- cgit v1.2.3