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.
12 lines
404 B
12 lines
404 B
#ifndef _Hpphst_c_h
|
|
#define _Hpphst_c_h
|
|
#define HppBranchCodeSizeAdjustment (2)
|
|
#define HPP_HOST_REG_ZERO (0)
|
|
#define HPP_HOST_DEST_REG_ID (13)
|
|
#define HPP_HOST_CALL_REG_ID (19)
|
|
#define HppFpuOverflowExceptionBit (29)
|
|
#define HppFpuUnderflowExceptionBit (28)
|
|
#define HppFpuPrecisionExceptionBit (27)
|
|
#define HppPureAddressAdjustment (-3)
|
|
#define HppCallToRetAddrAdjustment (0)
|
|
#endif /* ! _Hpphst_c_h */
|