fix SheepShaver wrappers in PowerPC CPU tester

This commit is contained in:
gbeauche 2005-03-13 11:23:52 +00:00
parent fa6c3a521b
commit 4d96076c62

View File

@ -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)
{