don't do idle log - it's not useful
authornotaz <notasas@gmail.com>
Sun, 3 Dec 2017 16:23:27 +0000 (18:23 +0200)
committernotaz <notasas@gmail.com>
Sun, 3 Dec 2017 16:23:27 +0000 (18:23 +0200)
pico/pico_int.h

index 25c728a..0b50e4b 100644 (file)
@@ -983,7 +983,7 @@ static __inline int isspace_(int c)
 // emulation event logging\r
 #ifndef EL_LOGMASK\r
 # ifdef __x86_64__ // HACK\r
-#  define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)\r
+#  define EL_LOGMASK (EL_STATUS|EL_ANOMALY)\r
 # else\r
 #  define EL_LOGMASK (EL_STATUS)\r
 # endif\r