mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 14:52:13 +00:00
Merge pull request #49 from jfbastien/fix_size_t
Update wasm size_t from int to long to match llvm change
This commit is contained in:
commit
edeb5004e6
@ -1,4 +1,4 @@
|
||||
#define _Addr int
|
||||
#define _Addr long
|
||||
#define _Int64 long long
|
||||
#define _Reg int
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user