X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=e61c1f7ede13e6f1ec7bc533be3231ffbaee7e94;hb=ee5f7e99360c3d5fc5efec31464a02967bad7bb8;hp=c350fa2c8bf4de207b2875b46e014b809f35b74d;hpb=41946d7023cded9999495eb8916eeb5ab0480a1f;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index c350fa2..e61c1f7 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -802,7 +802,11 @@ static __inline int isspace_(int c) // emulation event logging #ifndef EL_LOGMASK -#define EL_LOGMASK 0 +# ifdef __x86_64__ // HACK +# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY) +# else +# define EL_LOGMASK (EL_STATUS) +# endif #endif #define EL_HVCNT 0x00000001 /* hv counter reads */