summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2/sh2drc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/sh2/sh2drc.c')
-rw-r--r--src/emu/cpu/sh2/sh2drc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/sh2/sh2drc.c b/src/emu/cpu/sh2/sh2drc.c
index 3e2c124c910..3ed2807b5c4 100644
--- a/src/emu/cpu/sh2/sh2drc.c
+++ b/src/emu/cpu/sh2/sh2drc.c
@@ -675,7 +675,7 @@ void sh2_device::code_compile_block(UINT8 mode, offs_t pc)
/* get a description of this sequence */
desclist = m_drcfe->describe_code(pc);
- if (drcuml->logging() || LOG_NATIVE)
+ if (drcuml->logging() || drcuml->logging_native())
log_opcode_desc(drcuml, desclist, 0);
bool succeeded = false;
@@ -1174,7 +1174,7 @@ void sh2_device::log_opcode_desc(drcuml_state *drcuml, const opcode_desc *descli
char buffer[100];
/* disassemle the current instruction and output it to the log */
- if (drcuml->logging() || LOG_NATIVE)
+ if (drcuml->logging() || drcuml->logging_native())
{
if (desclist->flags & OPFLAG_VIRTUAL_NOOP)
strcpy(buffer, "<virtual nop>");