X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FMemory.c;h=847d1bd098afda1fc2cef9eb84f7457ca9db8481;hb=dca310c413517d278898b967cfe610574310acd8;hp=48c32a6581b6224cdb7ed89fc5ec077cd7a6919e;hpb=d4ca252d929395352f581b532e9d3726da31d718;p=picodrive.git diff --git a/Pico/Memory.c b/Pico/Memory.c index 48c32a6..847d1bd 100644 --- a/Pico/Memory.c +++ b/Pico/Memory.c @@ -37,6 +37,8 @@ extern unsigned int ppop; #ifdef IO_STATS void log_io(unsigned int addr, int bits, int rw); +#elif defined(_MSC_VER) +#define log_io #else #define log_io(...) #endif