diff --git a/desmume/src/debug.cpp b/desmume/src/debug.cpp index dc7db159e..9ba04fcbd 100644 --- a/desmume/src/debug.cpp +++ b/desmume/src/debug.cpp @@ -275,7 +275,7 @@ void DEBUG_reset() DEBUG_Notify = DebugNotify(); DEBUG_statistics = DebugStatistics(); - printf("DEBUG_reset: %08X\n",&DebugStatistics::print); //force a reference to this function + printf("DEBUG_reset: %p\n",&DebugStatistics::print); //force a reference to this function } static void DEBUG_dumpMemory_fill(EMUFILE &fp, u32 size)