notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a3d79
)
don't do idle log - it's not useful
author
notaz
<notasas@gmail.com>
Sun, 3 Dec 2017 16:23:27 +0000
(18:23 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 3 Dec 2017 16:23:27 +0000
(18:23 +0200)
pico/pico_int.h
patch
|
blob
|
blame
|
history
diff --git
a/pico/pico_int.h
b/pico/pico_int.h
index
25c728a
..
0b50e4b
100644
(file)
--- a/
pico/pico_int.h
+++ b/
pico/pico_int.h
@@
-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