From: notaz Date: Sun, 3 Dec 2017 16:23:27 +0000 (+0200) Subject: don't do idle log - it's not useful X-Git-Tag: v1.93~19 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=91be5ebd10d16f1e5cf40fe1f115ed7f6b464743;hp=98a3d79ba2d05e8883f8e3761f866cb4fa17c214;p=picodrive.git don't do idle log - it's not useful --- diff --git a/pico/pico_int.h b/pico/pico_int.h index 25c728a..0b50e4b 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