diff options
Diffstat (limited to 'sim/m32c/m32c.opc')
-rw-r--r-- | sim/m32c/m32c.opc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/m32c/m32c.opc b/sim/m32c/m32c.opc index 9f5bd4a..3fe6cf0 100644 --- a/sim/m32c/m32c.opc +++ b/sim/m32c/m32c.opc @@ -680,7 +680,7 @@ next_opcode: /* We report the break to our caller with the PC still pointing at the breakpoint instruction. */ put_reg (pc, m32c_opcode_pc); - if (verbose || 1) + if (verbose) printf("[break]\n"); if (in_gdb || (regs.r_intbl == 0 && regs.r_intbh == 0)) return M32C_MAKE_HIT_BREAK (); @@ -700,7 +700,7 @@ next_opcode: /* We report the break to our caller with the PC still pointing at the breakpoint instruction. */ put_reg (pc, m32c_opcode_pc); - if (verbose || 1) + if (verbose) printf("[gdb break]\n"); return M32C_MAKE_HIT_BREAK (); |