Fix silly typo that resulted in the a.out process stack to end at
~200MB instead of 3GB on amd64.
This commit is contained in:
parent
c5aef5377c
commit
5a888c066f
@ -103,7 +103,7 @@ struct sysentvec aout_sysvec = {
|
||||
|
||||
#elif defined(__amd64__)
|
||||
|
||||
#define AOUT32_USRSTACK 0xbfc0000
|
||||
#define AOUT32_USRSTACK 0xbfc00000
|
||||
#define AOUT32_PS_STRINGS \
|
||||
(AOUT32_USRSTACK - sizeof(struct freebsd32_ps_strings))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user