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

Comparing SheepShaver/src/thunks.cpp (file contents):
Revision 1.4 by gbeauche, 2004-01-15T23:28:59Z vs.
Revision 1.5 by gbeauche, 2004-01-18T22:10:09Z

# Line 112 | Line 112 | bool ThunksInit(void)
112                  native_op[i].func  = base + 8;
113          }
114   #else
115 < #if defined(__linux__)
115 > #if defined(__linux__) || (defined(__APPLE__) && defined(__MACH__))
116   #define DEFINE_NATIVE_OP(ID, FUNC) do {                         \
117                  uintptr base = SheepMem::Reserve(8);            \
118                  WriteMacInt32(base + 0, (uint32)FUNC);          \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines