disassembler: Add missing break
authorMichael Buesch <mb@bu3sch.de>
Thu, 23 Sep 2010 19:04:23 +0000 (21:04 +0200)
committerMichael Buesch <mb@bu3sch.de>
Thu, 23 Sep 2010 19:04:23 +0000 (21:04 +0200)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
disassembler/main.c

index 0e32599b2a21faebf2b13da4aee7eb50fcaf2b2b..e3ef87f7876690e518c5abdb2c432d5acdf155fa 100644 (file)
@@ -469,6 +469,7 @@ static void disasm_constant_opcodes(struct disassembler_context *ctx,
                stmt->u.insn.labeladdr = stmt->u.insn.bin->operands[2];
                disasm_std_operand(stmt, 0, 0);
                disasm_std_operand(stmt, 1, 1);
+               break;
        case 0x0D8:
                stmt->u.insn.name = "@D8"; /* FIXME */
                stmt->u.insn.labelref_operand = 2;