X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=e61c1f7ede13e6f1ec7bc533be3231ffbaee7e94;hb=1555935b8acc47fab7ba550caaec3e395b3f95be;hp=5fe8d942bda848c5588b5fe8e610734f1e7a3a38;hpb=6ce90725a13ba6e39f3fef69783d09610200b225;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 5fe8d94..e61c1f7 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -805,7 +805,7 @@ static __inline int isspace_(int c) # ifdef __x86_64__ // HACK # define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY) # else -# define EL_LOGMASK (EL_STATUS|EL_IDLE) +# define EL_LOGMASK (EL_STATUS) # endif #endif