mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-26 16:31:11 +00:00
fix SheepShaver wrappers in PowerPC CPU tester
This commit is contained in:
parent
fa6c3a521b
commit
4d96076c62
@ -180,6 +180,10 @@ uint64 GetTicks_usec(void)
|
||||
return clock();
|
||||
}
|
||||
|
||||
void HandleInterrupt(powerpc_registers *)
|
||||
{
|
||||
}
|
||||
|
||||
#if PPC_ENABLE_JIT && PPC_REENTRANT_JIT
|
||||
void init_emul_op_trampolines(basic_dyngen & dg)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user