diff --git a/pico/pico_int.h b/pico/pico_int.h index 25c728a4..0b50e4b9 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -983,7 +983,7 @@ static __inline int isspace_(int c) // emulation event logging #ifndef EL_LOGMASK # ifdef __x86_64__ // HACK -# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY) +# define EL_LOGMASK (EL_STATUS|EL_ANOMALY) # else # define EL_LOGMASK (EL_STATUS) # endif