mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
fix stats reports
This commit is contained in:
parent
7ebe0347bf
commit
0c2735dbcc
@ -315,6 +315,7 @@ powerpc_cpu::~powerpc_cpu()
|
|||||||
type = "compile";
|
type = "compile";
|
||||||
#endif
|
#endif
|
||||||
#if PPC_DECODE_CACHE
|
#if PPC_DECODE_CACHE
|
||||||
|
if (!type)
|
||||||
type = "predecode";
|
type = "predecode";
|
||||||
#endif
|
#endif
|
||||||
if (type) {
|
if (type) {
|
||||||
@ -331,7 +332,7 @@ powerpc_cpu::~powerpc_cpu()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if PPC_PROFILE_GENERIC_CALLS
|
#if PPC_PROFILE_GENERIC_CALLS
|
||||||
if (ppc_refcount == 0) {
|
if (use_jit && ppc_refcount == 0) {
|
||||||
uint64 total_generic_calls_count = 0;
|
uint64 total_generic_calls_count = 0;
|
||||||
for (int i = 0; i < PPC_I(MAX); i++) {
|
for (int i = 0; i < PPC_I(MAX); i++) {
|
||||||
generic_calls_ids[i] = i;
|
generic_calls_ids[i] = i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user