X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=disassembler%2Fmain.c;h=6cf39b613accd98f396d6e47274115733caa5ac8;hb=41859f7435757173b3933bf1fd53f22fa673299b;hp=0e32599b2a21faebf2b13da4aee7eb50fcaf2b2b;hpb=7087d2a4fa7189bd7873e3bcd6f054c55d7fb4f8;p=b43-tools.git diff --git a/disassembler/main.c b/disassembler/main.c index 0e32599..6cf39b6 100644 --- a/disassembler/main.c +++ b/disassembler/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Michael Buesch + * Copyright (C) 2006-2010 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -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;