ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/BeOS/main_beos.cpp
(Generate patch)

Comparing SheepShaver/src/BeOS/main_beos.cpp (file contents):
Revision 1.5 by gbeauche, 2003-12-04T17:26:36Z vs.
Revision 1.6 by gbeauche, 2003-12-04T22:34:34Z

# Line 1272 | Line 1272 | void ExecutePPC(void (*func)())
1272   {
1273          SheepRoutineDescriptor desc(0, (uint32)func);
1274          M68kRegisters r;
1275 <        Execute68k((uint32)&desc, &r);
1275 >        Execute68k(desc.addr(), &r);
1276   }
1277  
1278  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines