mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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:
committed by
Norman Feske
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
|
||||
|
||||
Reference in New Issue
Block a user