summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coroutine/arm32/Context.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/coroutine/arm32/Context.S b/coroutine/arm32/Context.S
index 195364fb65..b66db29622 100644
--- a/coroutine/arm32/Context.S
+++ b/coroutine/arm32/Context.S
@@ -5,9 +5,13 @@
## Copyright, 2018, by Samuel Williams.
##
+.file "Context.S"
.text
-
.globl coroutine_transfer
+.align 2
+.type coroutine_transfer,%function
+.syntax unified
+
coroutine_transfer:
# Save caller state (8 registers + return address)
push {r4-r11,lr}