mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 3e9182f7e25d (bug 979913)
This commit is contained in:
parent
e225b03d03
commit
6d4b8ce485
@ -142,12 +142,7 @@ TLSInfoList;
|
||||
* methods or do large allocations on the stack to avoid stack overflow.
|
||||
*/
|
||||
#ifndef NUWA_STACK_SIZE
|
||||
#if !defined(PAGE_SIZE)
|
||||
#warning "PAGE_SIZE not defined, using 4096 bytes"
|
||||
#define PAGE_SIZE 4096ul
|
||||
#elif PAGE_SIZE != 4096ul
|
||||
#warning "System page size not 4096 bytes"
|
||||
#endif
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_ALIGN_MASK 0xfffff000
|
||||
#define NUWA_STACK_SIZE (1024 * 128)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user