95 |
|
extern void Execute68kTrap(uint16 trap, M68kRegisters *r); // Execute 68k A-Trap from EMUL_OP routine |
96 |
|
#if EMULATED_PPC |
97 |
|
extern void FlushCodeCache(uintptr start, uintptr end); // Invalidate emulator caches |
98 |
– |
extern void ExecuteNative(int selector); // Execute native code from EMUL_OP routine (real mode switch) |
99 |
– |
#else |
100 |
– |
extern void ExecutePPC(void (*func)(void)); // Execute PPC code from EMUL_OP routine (real mode switch) |
98 |
|
#endif |
99 |
+ |
extern void ExecuteNative(int selector); // Execute native code from EMUL_OP routine (real mode switch) |
100 |
|
|
101 |
|
#endif |