mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-04 22:15:36 +00:00
Separate stack size increase and comment to make clearer
Former-commit-id: 2c155bad487f4a5ae4da88e4238a88cc9294bea3
This commit is contained in:
parent
9ca9752d72
commit
b2ac6ffefc
@ -24,7 +24,7 @@ SECTIONS
|
||||
} > text
|
||||
|
||||
/* Stack size upped from the default of 65535 */
|
||||
_stack_addr = (_f_sbss2 + SIZEOF(.sbss2) + 68608 + 0x7) & ~0x7;
|
||||
_stack_addr = (_f_sbss2 + SIZEOF(.sbss2) + 65535 + 3073 /* Retro Addition */ + 0x7) & ~0x7;
|
||||
_stack_end = _f_sbss2 + SIZEOF(.sbss2);
|
||||
_db_stack_addr = (_stack_addr + 0x2000);
|
||||
_db_stack_end = _stack_addr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user