X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=da0fbb90d3098f5f21956fe3b678ca39f3a33fb6;hb=fda2f31020bf0d6cf7b5dd70ec01cf390b7e1483;hp=25c728a40fd6b5440d0d872589ff12cb5227554f;hpb=31fbc691a10d9d3119fed9624ffcbd1a52784502;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 25c728a..da0fbb9 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -11,7 +11,6 @@ #define PICO_INTERNAL_INCLUDED #include -#include #include #include "pico_port.h" #include "pico.h" @@ -983,7 +982,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