mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Set stack alignment to 16 bytes.
This needs to be done in the ldscripts.
This commit is contained in:
@@ -585,7 +585,7 @@ startup_stack_top:
|
||||
# Main stack area.
|
||||
|
||||
.section "stacks", "aw", @progbits
|
||||
.align 256
|
||||
.align 16
|
||||
|
||||
. = . + STACKS_SIZE
|
||||
|
||||
|
||||
@@ -621,7 +621,7 @@ startup_stack_top:
|
||||
# Main stack area.
|
||||
|
||||
.section ".stacks", "aw", @nobits
|
||||
.align 256
|
||||
.align 16
|
||||
|
||||
. = . + STACKS_SIZE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user