coroutine: Darwin on ARM64 needs alignment of 2^2
This commit is contained in:
parent
e675a7899c
commit
68a8f611e0
@ -11,10 +11,12 @@
|
|||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#define x29 fp
|
#define x29 fp
|
||||||
#define x30 lr
|
#define x30 lr
|
||||||
#endif
|
.text
|
||||||
|
.p2align 2
|
||||||
|
#else
|
||||||
.text
|
.text
|
||||||
.align 2
|
.align 2
|
||||||
|
#endif
|
||||||
|
|
||||||
.global PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer)
|
.global PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer)
|
||||||
PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer):
|
PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user