common: fix alignment of variable in AArch64 menu thunk
Fixes a problem that sometimes occured due to a specific relocation being used for the misaligned variable.
This commit is contained in:
parent
04a6389fd8
commit
489450d602
|
@ -1,5 +1,6 @@
|
|||
.section .data
|
||||
|
||||
.align 3
|
||||
stack_at_first_entry:
|
||||
.quad 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue