mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
296 B
9 lines
296 B
#ifndef _Ppchst_c_h
|
|
#define _Ppchst_c_h
|
|
#define PpcPureAddressAdjustment (0)
|
|
#define PpcCallToRetAddrAdjustment (0)
|
|
#define PpcFpuOverflowExceptionBit (8)
|
|
#define PpcFpuUnderflowExceptionBit (7)
|
|
#define PpcFpuPrecisionExceptionBit (5)
|
|
#define PPC_HOST_DEST_REG_ID (23)
|
|
#endif /* ! _Ppchst_c_h */
|