projects
/
b43-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7087d2a
)
disassembler: Add missing break
author
Michael Buesch
<mb@bu3sch.de>
Thu, 23 Sep 2010 19:04:23 +0000
(21:04 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/disassembler/main.c
b/disassembler/main.c
index 0e32599b2a21faebf2b13da4aee7eb50fcaf2b2b..e3ef87f7876690e518c5abdb2c432d5acdf155fa 100644
(file)
--- a/
disassembler/main.c
+++ b/
disassembler/main.c
@@
-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;