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.54 by gbeauche, 2004-11-25T00:21:09Z vs.
Revision 1.55 by gbeauche, 2004-12-18T18:40:04Z

# Line 1112 | Line 1112 | void sheepshaver_cpu::execute_native_op(
1112          case NATIVE_VIDEO_DO_DRIVER_IO:
1113                  gpr(3) = (int32)(int16)VideoDoDriverIO(gpr(3), gpr(4), gpr(5), gpr(6), gpr(7));
1114                  break;
1115 #ifdef WORDS_BIGENDIAN
1115          case NATIVE_ETHER_IRQ:
1116                  EtherIRQ();
1117                  break;
# Line 1134 | Line 1133 | void sheepshaver_cpu::execute_native_op(
1133          case NATIVE_ETHER_RSRV:
1134                  gpr(3) = ether_rsrv((queue_t *)gpr(3));
1135                  break;
1137 #else
1138        case NATIVE_ETHER_INIT:
1139                // FIXME: needs more complicated thunks
1140                gpr(3) = false;
1141                break;
1142 #endif
1136          case NATIVE_SYNC_HOOK:
1137                  gpr(3) = NQD_sync_hook(gpr(3));
1138                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines