--- SheepShaver/src/include/cpu_emulation.h 2003/12/04 17:26:38 1.7 +++ SheepShaver/src/include/cpu_emulation.h 2003/12/04 23:37:37 1.8 @@ -95,9 +95,7 @@ extern void Execute68k(uint32, M68kRegis extern void Execute68kTrap(uint16 trap, M68kRegisters *r); // Execute 68k A-Trap from EMUL_OP routine #if EMULATED_PPC extern void FlushCodeCache(uintptr start, uintptr end); // Invalidate emulator caches -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) #endif +extern void ExecuteNative(int selector); // Execute native code from EMUL_OP routine (real mode switch) #endif