mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fix warning
This commit is contained in:
parent
23b8465621
commit
e94a6f07f4
@ -199,7 +199,7 @@ void PrintInstructionRunCounts()
|
||||
if (inst.second == 0)
|
||||
break;
|
||||
|
||||
DEBUG_LOG(POWERPC, "%s : %llu", inst.first, inst.second);
|
||||
DEBUG_LOG(POWERPC, "%s : %" PRIu64, inst.first, inst.second);
|
||||
//PanicAlert("%s : %llu", inst.first, inst.second);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user