X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=5fe8d942bda848c5588b5fe8e610734f1e7a3a38;hb=9c9cda8c39bd2a6b99b8420a3034c454bc713954;hp=c350fa2c8bf4de207b2875b46e014b809f35b74d;hpb=5609d343e3b34d9fed210a1c26c2441d3f797036;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index c350fa2..5fe8d94 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|EL_IDLE) +# endif #endif #define EL_HVCNT 0x00000001 /* hv counter reads */