diff options
Diffstat (limited to 'src/instructions.rs')
| -rw-r--r-- | src/instructions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
