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.4 by gbeauche, 2003-09-29T15:46:08Z vs.
Revision 1.5 by gbeauche, 2003-10-12T05:44:13Z

# Line 91 | Line 91 | struct M68kRegisters;
91   extern void Execute68k(uint32, M68kRegisters *r);                       // Execute 68k subroutine from EMUL_OP routine, must be ended with RTS
92   extern void Execute68kTrap(uint16 trap, M68kRegisters *r);      // Execute 68k A-Trap from EMUL_OP routine
93   #if EMULATED_PPC
94 + extern void FlushCodeCache(uintptr start, uintptr end);         // Invalidate emulator caches
95   extern void ExecuteNative(int selector);                                        // Execute native code from EMUL_OP routine (real mode switch)
96   #else
97   extern void ExecutePPC(void (*func)(void));                                     // Execute PPC code from EMUL_OP routine (real mode switch)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines