summaryrefslogtreecommitdiff
path: root/coroutine
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine')
-rw-r--r--coroutine/arm64/Context.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/coroutine/arm64/Context.S b/coroutine/arm64/Context.S
index 4d371c3dda..07d50d30df 100644
--- a/coroutine/arm64/Context.S
+++ b/coroutine/arm64/Context.S
@@ -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):