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

Comparing SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp (file contents):
Revision 1.33 by gbeauche, 2004-04-22T20:57:31Z vs.
Revision 1.34 by gbeauche, 2004-04-22T21:45:18Z

# Line 985 | Line 985 | static void NativeOp(int selector)
985          case NATIVE_ETHER_RSRV:
986                  GPR(3) = ether_rsrv((queue_t *)GPR(3));
987                  break;
988 + #else
989 +        case NATIVE_ETHER_INIT:
990 +                // FIXME: needs more complicated thunks
991 +                GPR(3) = false;
992 +                break;
993 + #endif
994          case NATIVE_SYNC_HOOK:
995                  GPR(3) = NQD_sync_hook(GPR(3));
996                  break;
# Line 1003 | Line 1009 | static void NativeOp(int selector)
1009          case NATIVE_FILLRECT:
1010                  NQD_fillrect(GPR(3));
1011                  break;
1006 #else
1007        case NATIVE_ETHER_INIT:
1008                // FIXME: needs more complicated thunks
1009                GPR(3) = false;
1010                break;
1011 #endif
1012          case NATIVE_SERIAL_NOTHING:
1013          case NATIVE_SERIAL_OPEN:
1014          case NATIVE_SERIAL_PRIME_IN:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines