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__)
|
||||
#define x29 fp
|
||||
#define x30 lr
|
||||
#endif
|
||||
|
||||
.text
|
||||
.p2align 2
|
||||
#else
|
||||
.text
|
||||
.align 2
|
||||
#endif
|
||||
|
||||
.global PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer)
|
||||
PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer):
|
||||
|
Loading…
x
Reference in New Issue
Block a user