Compile fix for cpu/386.c logging
This commit is contained in:
@@ -279,7 +279,7 @@ exec386_2386(int32_t cycs)
|
|||||||
if (!cpu_state.abrt) {
|
if (!cpu_state.abrt) {
|
||||||
#ifdef ENABLE_386_LOG
|
#ifdef ENABLE_386_LOG
|
||||||
if (in_smm)
|
if (in_smm)
|
||||||
x386_2386_log("[%04X:%08X] %08X\n", CS, cpu_state.pc, fetchdat);
|
x386_log("[%04X:%08X] %08X\n", CS, cpu_state.pc, fetchdat);
|
||||||
#endif
|
#endif
|
||||||
opcode = fetchdat & 0xFF;
|
opcode = fetchdat & 0xFF;
|
||||||
fetchdat >>= 8;
|
fetchdat >>= 8;
|
||||||
|
Reference in New Issue
Block a user