Compile fix for cpu/386.c logging

This commit is contained in:
Jasmine Iwanek
2024-08-07 00:41:11 -04:00
parent 5b8b5d739b
commit de851d9173

View File

@@ -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;