Removed more excess logging.

This commit is contained in:
OBattler
2021-04-11 08:30:46 +02:00
parent 00f722bdf5
commit 7aac3a3d21
2 changed files with 0 additions and 4 deletions

View File

@@ -2424,6 +2424,4 @@ cyrix_load_seg_descriptor(uint32_t addr, x86seg *seg)
codegen_flat_ss = 0;
}
}
pclog("clsd(): NEW CS:IP = %04X:%08X (%08X)\n", CS, cpu_state.pc, cs + cpu_state.pc);
}