mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix warning
This commit is contained in:
@ -199,7 +199,7 @@ void PrintInstructionRunCounts()
|
|||||||
if (inst.second == 0)
|
if (inst.second == 0)
|
||||||
break;
|
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);
|
//PanicAlert("%s : %llu", inst.first, inst.second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user