summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-10-13 08:38:32 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-10-13 08:38:32 +0000
commit0fddfa1a446daae73ad2aadf15af27336082f0bc (patch)
tree6557c2c45504d794d2042255388e204971e2795d /src/emu/cpu/sh2
parent76d7050e7aad144994f3a724cd0c6982a31a3c2f (diff)
Cleanups and version bump.mame0127u8
Diffstat (limited to 'src/emu/cpu/sh2')
-rw-r--r--src/emu/cpu/sh2/sh2comn.c2
-rw-r--r--src/emu/cpu/sh2/sh2drc.c2
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++;