mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
ARM stack alignment
Align the stack on a 16-byte boundary as on the x86_32 platform. Fixes #236.
This commit is contained in:
parent
1bf7967463
commit
7d419893f9
@ -29,6 +29,7 @@ __dso_handle:
|
||||
/*--- .bss (non-initialized data) ------------------*/
|
||||
.section ".bss"
|
||||
|
||||
.p2align 4
|
||||
.globl _stack_low
|
||||
_stack_low:
|
||||
.space 64*1024
|
||||
|
Loading…
x
Reference in New Issue
Block a user