Skip to content

Commit

Permalink
i386: disable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cracyc committed Jul 2, 2024
1 parent 88ddada commit 3d0c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/cpu/i386/i386.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define LOG_PM_FAULT_DF (1U << 10)
#define LOG_PM_FAULT_UD (1U << 11)

#define VERBOSE (LOG_PM_FAULT_GP | LOG_PM_FAULT_UD | LOG_PM_EVENTS | LOG_LIMIT_CHECK)
//#define VERBOSE (LOG_PM_FAULT_GP)
#include "logmacro.h"

/* seems to be defined on mingw-gcc */
Expand Down

0 comments on commit 3d0c8ae

Please sign in to comment.