mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Fix Windows stack size
This commit is contained in:
parent
9dd50f7dfc
commit
2f35bbf046
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ ape_pe: .ascin "PE",4
|
|||
.long 0 // Checksum
|
||||
.short v_ntsubsystem // Subsystem: 0=Neutral,2=GUI,3=Console
|
||||
.short v_ntdllchar // DllCharacteristics
|
||||
.quad ape_stack_memsz2 // StackReserve
|
||||
.quad 8 * 1024 * 1024 // StackReserve
|
||||
.quad 64 * 1024 // StackCommit
|
||||
.quad 0 // HeapReserve
|
||||
.quad 0 // HeapCommit
|
||||
|
|
Loading…
Reference in a new issue