diff options
Diffstat (limited to 'src/devices/oprom/x86emu/ops2.c')
-rw-r--r-- | src/devices/oprom/x86emu/ops2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/oprom/x86emu/ops2.c b/src/devices/oprom/x86emu/ops2.c index f559874c73..29c2a64054 100644 --- a/src/devices/oprom/x86emu/ops2.c +++ b/src/devices/oprom/x86emu/ops2.c @@ -336,7 +336,7 @@ static void x86emuOp2_set_byte(u8 op2) int mod, rl, rh; uint destoffset; u8 *destreg; - const char *X86EMU_DEBUG_ONLY(name) = 0; + const char *X86EMU_DEBUG_ONLY(name) = NULL; int cond = 0; START_OF_INSTR(); |