Update my e-mail address
[b43-tools.git] / disassembler / main.c
index 0e32599b2a21faebf2b13da4aee7eb50fcaf2b2b..6cf39b613accd98f396d6e47274115733caa5ac8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006-2010  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006-2010  Michael Buesch <m@bues.ch>
  *
  *   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;