--- SheepShaver/src/include/cpu_emulation.h 2003/09/07 14:33:54 1.2 +++ SheepShaver/src/include/cpu_emulation.h 2003/09/28 21:20:36 1.3 @@ -69,7 +69,6 @@ struct M68kRegisters; extern void Execute68k(uint32, M68kRegisters *r); // Execute 68k subroutine from EMUL_OP routine, must be ended with RTS extern void Execute68kTrap(uint16 trap, M68kRegisters *r); // Execute 68k A-Trap from EMUL_OP routine #if EMULATED_PPC -extern void HandleInterrupt(void); extern void ExecuteNative(int selector); // Execute native code from EMUL_OP routine (real mode switch) #else extern void ExecutePPC(void (*func)(void)); // Execute PPC code from EMUL_OP routine (real mode switch)