diff --git a/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp b/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp index fb6a77ef..d7c25614 100644 --- a/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp +++ b/SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp @@ -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) {