From 4d96076c62192311d433145255c847fdbaf4a3ff Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 13 Mar 2005 11:23:52 +0000 Subject: [PATCH] fix SheepShaver wrappers in PowerPC CPU tester --- SheepShaver/src/kpx_cpu/src/test/test-powerpc.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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) {