summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800/6800ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6800/6800ops.c')
-rw-r--r--src/emu/cpu/m6800/6800ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6800/6800ops.c b/src/emu/cpu/m6800/6800ops.c
index 1948e325888..97aab2f8dba 100644
--- a/src/emu/cpu/m6800/6800ops.c
+++ b/src/emu/cpu/m6800/6800ops.c
@@ -233,7 +233,7 @@ OP_HANDLER( bra )
}
/* $21 BRN relative ----- */
-static UINT8 m6800_brn_t; // hack around GCC 4.6 error because we need the side effects of IMMBYTE
+static UINT8 m6800_brn_t; // hack around GCC 4.6 error because we need the side effects of IMMBYTE
OP_HANDLER( brn )
{
IMMBYTE(m6800_brn_t);