ソースを参照

don't do idle log - it's not useful

notaz 6 年 前
コミット
91be5ebd10
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pico/pico_int.h

+ 1 - 1
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