summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51/mcs51ops.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs51/mcs51ops.inc')
-rw-r--r--src/devices/cpu/mcs51/mcs51ops.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mcs51/mcs51ops.inc b/src/devices/cpu/mcs51/mcs51ops.inc
index e60cc3505eb..1a8612a7684 100644
--- a/src/devices/cpu/mcs51/mcs51ops.inc
+++ b/src/devices/cpu/mcs51/mcs51ops.inc
@@ -976,5 +976,5 @@ OPHANDLER( xrl_a_r )
//illegal opcodes
OPHANDLER( illegal )
{
- LOG(("i8051 '%s': illegal opcode at 0x%03x: %02x\n", tag(), PC-1, r));
+ LOG(("i8051 '%s': illegal opcode at 0x%03x: %02x\n", tag().c_str(), PC-1, r));
}