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

Comparing SheepShaver/src/include/emul_op.h (file contents):
Revision 1.3 by gbeauche, 2003-09-07T14:33:54Z vs.
Revision 1.4 by gbeauche, 2003-09-28T21:27:55Z

# Line 52 | Line 52 | enum { // Selectors for NATIVE_EXEC call
52    NATIVE_GET_IND_RESOURCE,
53    NATIVE_GET_1_IND_RESOURCE,
54    NATIVE_R_GET_RESOURCE,
55 +  NATIVE_DISABLE_INTERRUPT,
56 +  NATIVE_ENABLE_INTERRUPT,
57    NATIVE_OP_MAX
58   };
59 < #define POWERPC_NATIVE_OP_FUNC(SELECTOR) ((uint32)(uintptr)&NativeOpTable[SELECTOR])
59 > #define POWERPC_NATIVE_OP(SELECTOR) NativeOpTable[SELECTOR]
60 > #define POWERPC_NATIVE_OP_FUNC(SELECTOR) ((uint32)(uintptr)&POWERPC_NATIVE_OP(SELECTOR))
61   extern const uint32 NativeOpTable[NATIVE_OP_MAX];
62  
63   // 68k opcodes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines