summaryrefslogtreecommitdiff
path: root/coroutine/amd64/Context.s
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/amd64/Context.s')
-rw-r--r--coroutine/amd64/Context.s5
1 files changed, 2 insertions, 3 deletions
diff --git a/coroutine/amd64/Context.s b/coroutine/amd64/Context.s
index 0c4296035e..641bd016ab 100644
--- a/coroutine/amd64/Context.s
+++ b/coroutine/amd64/Context.s
@@ -7,13 +7,12 @@
.text
-.globl coroutine_transfer
-coroutine_transfer:
-
# For older linkers
.globl _coroutine_transfer
_coroutine_transfer:
+.globl coroutine_transfer
+coroutine_transfer:
# Save caller state
pushq %rbp
pushq %rbx