x87: Remove an excess logging line.
This commit is contained in:
@@ -228,7 +228,6 @@ FPU_save_regi_tag(extFloat80_t reg, int tag, int stnr)
|
|||||||
#define FPU_check_pending_exceptions() \
|
#define FPU_check_pending_exceptions() \
|
||||||
do { \
|
do { \
|
||||||
if (fpu_state.swd & FPU_SW_Summary) { \
|
if (fpu_state.swd & FPU_SW_Summary) { \
|
||||||
pclog("SW Summary.\n"); \
|
|
||||||
if (cr0 & 0x20) { \
|
if (cr0 & 0x20) { \
|
||||||
x86_int(16); \
|
x86_int(16); \
|
||||||
return 1; \
|
return 1; \
|
||||||
|
Reference in New Issue
Block a user