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.49 by gbeauche, 2004-07-11T06:42:28Z vs.
Revision 1.50 by gbeauche, 2004-07-11T07:54:56Z

# Line 1102 | Line 1102 | void sheepshaver_cpu::execute_native_op(
1102                  gpr(3) = (int32)(int16)VideoDoDriverIO((void *)gpr(3), (void *)gpr(4),
1103                                                                                             (void *)gpr(5), gpr(6), gpr(7));
1104                  break;
1105 #ifdef WORDS_BIGENDIAN
1105          case NATIVE_ETHER_IRQ:
1106                  EtherIRQ();
1107                  break;
# Line 1124 | Line 1123 | void sheepshaver_cpu::execute_native_op(
1123          case NATIVE_ETHER_RSRV:
1124                  gpr(3) = ether_rsrv((queue_t *)gpr(3));
1125                  break;
1127 #else
1128        case NATIVE_ETHER_INIT:
1129                // FIXME: needs more complicated thunks
1130                gpr(3) = false;
1131                break;
1132 #endif
1126          case NATIVE_SYNC_HOOK:
1127                  gpr(3) = NQD_sync_hook(gpr(3));
1128                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines