ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/cpu_emulation.h
(Generate patch)

Comparing SheepShaver/src/include/cpu_emulation.h (file contents):
Revision 1.7 by gbeauche, 2003-12-04T17:26:38Z vs.
Revision 1.8 by gbeauche, 2003-12-04T23:37:37Z

# Line 95 | Line 95 | extern void Execute68k(uint32, M68kRegis
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines