fix printf warning

This commit is contained in:
zeromus 2019-03-17 23:08:21 -04:00
parent 9805fe3de4
commit 065d9e4321
1 changed files with 1 additions and 1 deletions

View File

@ -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)