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

Comparing SheepShaver/src/include/main.h (file contents):
Revision 1.5 by gbeauche, 2004-07-03T10:39:07Z vs.
Revision 1.6 by gbeauche, 2004-11-13T14:09:16Z

# Line 43 | Line 43 | struct M68kRegisters {
43  
44   // Functions
45   extern void Dump68kRegs(M68kRegisters *r);                                      // Dump 68k registers
46 < extern void MakeExecutable(int dummy, void *start, uint32 length);      // Make code executable
46 > extern void MakeExecutable(int dummy, uint32 start, uint32 length);     // Make code executable
47   extern void PatchAfterStartup(void);                                            // Patches after system startup
48   extern void QuitEmulator(void);                                                         // Quit emulator (must only be called from main thread)
49   extern void ErrorAlert(const char *text);                                       // Display error alert

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines