fix: addr_t must be long
This commit is contained in:
parent
5ba9685e76
commit
06e6c8638f
1 changed files with 2 additions and 0 deletions
|
@ -13,3 +13,5 @@
|
||||||
|
|
||||||
#undef valu_t
|
#undef valu_t
|
||||||
#define valu_t long
|
#define valu_t long
|
||||||
|
#undef addr_t
|
||||||
|
#define addr_t long
|
||||||
|
|
Loading…
Reference in a new issue