mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-13 08:29:43 +00:00
Clean-ups: comments, ticks per sec output, don't restore r13 twice.
This commit is contained in:
parent
38d03d02e9
commit
7ac6ad2f46
@ -1389,7 +1389,7 @@ static void *tick_func(void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint64 end = GetTicks_usec();
|
uint64 end = GetTicks_usec();
|
||||||
D(bug("%Ld ticks in %Ld usec = %f ticks/sec\n", ticks, end - start, ticks * 1000000.0 / (end - start)));
|
D(bug("%lld ticks in %lld usec = %f ticks/sec\n", ticks, end - start, ticks * 1000000.0 / (end - start)));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -245,7 +245,6 @@ C_SYMBOL_NAME(jump_to_rom):
|
|||||||
// Restore PowerPC registers
|
// Restore PowerPC registers
|
||||||
lwz r1,XLM_EMUL_RETURN_STACK(0)
|
lwz r1,XLM_EMUL_RETURN_STACK(0)
|
||||||
RESTORE_SYSTEM_R2
|
RESTORE_SYSTEM_R2
|
||||||
RESTORE_SYSTEM_R13
|
|
||||||
lmw r13,20(r1)
|
lmw r13,20(r1)
|
||||||
lfd f14,20+19*4+0*8(r1)
|
lfd f14,20+19*4+0*8(r1)
|
||||||
lfd f15,20+19*4+1*8(r1)
|
lfd f15,20+19*4+1*8(r1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user