X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=0b50e4b9b7efb7d4415fab2e47078a0b62f3f36d;hb=9c0ac970438d6962bd9e8074bc3b26060a7482ba;hp=25c728a40fd6b5440d0d872589ff12cb5227554f;hpb=31fbc691a10d9d3119fed9624ffcbd1a52784502;p=picodrive.git 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