summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6809/6809ops.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/emu/cpu/m6809/6809ops.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/emu/cpu/m6809/6809ops.c')
-rw-r--r--src/emu/cpu/m6809/6809ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6809/6809ops.c b/src/emu/cpu/m6809/6809ops.c
index 924ea78795d..e9942d418ef 100644
--- a/src/emu/cpu/m6809/6809ops.c
+++ b/src/emu/cpu/m6809/6809ops.c
@@ -371,7 +371,7 @@ OP_HANDLER( bra )
}
/* $21 BRN relative ----- */
-static UINT8 m6809_brn_t; // hack around GCC 4.6 error because we need the side effects of IMMBYTE
+static UINT8 m6809_brn_t; // hack around GCC 4.6 error because we need the side effects of IMMBYTE
OP_HANDLER( brn )
{
IMMBYTE(m6809_brn_t);