summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/am29000/am29ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/am29000/am29ops.h')
-rw-r--r--src/emu/cpu/am29000/am29ops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/am29000/am29ops.h b/src/emu/cpu/am29000/am29ops.h
index 9040379a901..f23189a043a 100644
--- a/src/emu/cpu/am29000/am29ops.h
+++ b/src/emu/cpu/am29000/am29ops.h
@@ -1059,7 +1059,7 @@ static void LOADM(am29000_state *am29000)
static void STORE(am29000_state *am29000)
{
UINT32 addr = INST_M_BIT ? I8: GET_RB_VAL;
-// UINT32 r;
+// UINT32 r;
if (INST_UA_BIT)
fatalerror("Am29000: UA bit set on LOAD\n");
@@ -1067,7 +1067,7 @@ static void STORE(am29000_state *am29000)
if (INST_CE_BIT)
{
logerror("Am29000: Attempting a co-processor LOAD!\n");
-// r = 0;
+// r = 0;
}
else
{