瀏覽代碼

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