Declare bx_phy_address and bx_lin_address data types - should be used ALWAYS instead of blind Bit32u
This commit is contained in:
parent
79306b851c
commit
3dd38bcd8e
@ -522,6 +522,9 @@ typedef Bit64u bx_address;
|
||||
typedef Bit32u bx_address;
|
||||
#endif
|
||||
|
||||
// define physical and linear address types
|
||||
typedef Bit32u bx_phy_address;
|
||||
typedef bx_address bx_lin_address;
|
||||
|
||||
// technically, in an 8 bit signed the real minimum is -128, not -127.
|
||||
// But if you decide to negate -128 you tend to get -128 again, so it's
|
||||
|
Loading…
Reference in New Issue
Block a user