disassembler: Force opcode @0 to decode raw operands
authorMichael Buesch <mb@bu3sch.de>
Mon, 20 Sep 2010 16:54:49 +0000 (18:54 +0200)
committerMichael Buesch <mb@bu3sch.de>
Mon, 20 Sep 2010 16:54:49 +0000 (18:54 +0200)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
disassembler/main.c

index 86ed1f483b2773cd7754224aabd18d886c55bc15..601c84a9796022459b4af5a93fcb5ebfbcdd3018 100644 (file)
@@ -603,6 +603,9 @@ static void disasm_constant_opcodes(struct disassembler_context *ctx,
                }
                break;
        }
+       case 0x000:
+               disasm_opcode_raw(ctx, stmt, 1);
+               break;
        default:
                disasm_opcode_raw(ctx, stmt, (cmdargs.unknown_decode == 0));
                break;