From b1b7ac8a246703789151f41aa3582ef414e31f96 Mon Sep 17 00:00:00 2001 From: slack Date: Sat, 14 Mar 2009 20:23:15 +0100 Subject: [PATCH] bugfix in disassembly --- core/disasm_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/disasm_macros.h b/core/disasm_macros.h index 54a203e..3386ba8 100644 --- a/core/disasm_macros.h +++ b/core/disasm_macros.h @@ -144,7 +144,7 @@ op2.str = toString(inm); \ op1.type = Instruction::REG; \ op1.reg = Instruction::reg16; \ - op2.type = Instruction::INM8; \ + op2.type = Instruction::INM16; \ op2.val = inm; \ break; \ } -- 2.34.1