#ifndef _Bodge_c_h #define _Bodge_c_h #define PureAddressAdjustment (-4) #define CallToRetAddrAdjustment (0) #define BranchCodeSizeAdjustment (2) #define CallCodeSize (1) #define NO_DELAY_SLOTS (0) #define DelaySlotSize (1) #define MaxImmedSize (2) #define GotoCodeSize (1) #define MaxFtUpdateSize (2) #define MaxUnivUpdateSize (3) #define FpuOverflowExceptionBit (4) #define FpuUnderflowExceptionBit (3) #define FpuPrecisionExceptionBit (2) #define GDP_Vreg (0) #endif /* ! _Bodge_c_h */