x87: Remove an excess logging line.

This commit is contained in:
OBattler
2024-08-31 09:32:33 +02:00
parent 2207367bdd
commit 7e003b0390

View File

@@ -228,7 +228,6 @@ FPU_save_regi_tag(extFloat80_t reg, int tag, int stnr)
#define FPU_check_pending_exceptions() \
do { \
if (fpu_state.swd & FPU_SW_Summary) { \
pclog("SW Summary.\n"); \
if (cr0 & 0x20) { \
x86_int(16); \
return 1; \