From 91be5ebd10d16f1e5cf40fe1f115ed7f6b464743 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 3 Dec 2017 18:23:27 +0200 Subject: [PATCH] don't do idle log - it's not useful --- pico/pico_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2