fix printf warning
This commit is contained in:
parent
9805fe3de4
commit
065d9e4321
|
@ -275,7 +275,7 @@ void DEBUG_reset()
|
||||||
|
|
||||||
DEBUG_Notify = DebugNotify();
|
DEBUG_Notify = DebugNotify();
|
||||||
DEBUG_statistics = DebugStatistics();
|
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)
|
static void DEBUG_dumpMemory_fill(EMUFILE &fp, u32 size)
|
||||||
|
|
Loading…
Reference in New Issue