mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 14:52:13 +00:00
[WebAssembly] Update PAGE_SIZE for 64k
See: 910e3cace5/Semantics.md (resizing)
This commit is contained in:
parent
9064441edc
commit
dbd68988a8
@ -1,6 +1,6 @@
|
||||
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|
||||
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_SIZE 65536
|
||||
#define LONG_BIT 32
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user