Fix warning

This commit is contained in:
Tillmann Karras
2014-01-25 21:42:44 +01:00
parent 23b8465621
commit e94a6f07f4
+1 -1
View File
@@ -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);
}
}