diff options
Diffstat (limited to 'src/emu/cpu/sh2')
| -rw-r--r-- | src/emu/cpu/sh2/sh2comn.c | 2 | ||||
| -rw-r--r-- | src/emu/cpu/sh2/sh2drc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/sh2/sh2comn.c b/src/emu/cpu/sh2/sh2comn.c index 7998f4ad3b8..917cd876090 100644 --- a/src/emu/cpu/sh2/sh2comn.c +++ b/src/emu/cpu/sh2/sh2comn.c @@ -651,7 +651,7 @@ void sh2_exception(const char *message, int irqline) else sh2->sr = (sh2->sr & ~I) | (irqline << 4); -// printf("sh2_exception [%s] irqline %x evec %x save SR %x new SR %x\n", message, irqline, sh2->evec, sh2->irqsr, sh2->sr); +// printf("sh2_exception [%s] irqline %x evec %x save SR %x new SR %x\n", message, irqline, sh2->evec, sh2->irqsr, sh2->sr); #else sh2->r[15] -= 4; WL( sh2->r[15], sh2->sr ); /* push SR onto stack */ diff --git a/src/emu/cpu/sh2/sh2drc.c b/src/emu/cpu/sh2/sh2drc.c index 1f30af17435..da988b1d2ce 100644 --- a/src/emu/cpu/sh2/sh2drc.c +++ b/src/emu/cpu/sh2/sh2drc.c @@ -1412,7 +1412,7 @@ static void log_add_disasm_comment(drcuml_block *block, UINT32 pc, UINT32 op) static void generate_update_cycles(drcuml_block *block, compiler_state *compiler, drcuml_ptype ptype, UINT64 pvalue, int allow_exception) { /* check full interrupts if pending */ - if (compiler->checkints) + if (compiler->checkints) { drcuml_codelabel skip = compiler->labelnum++; |
