summaryrefslogtreecommitdiff
path: root/coroutine/amd64/Context.s
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:18:16 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:18:16 +0000
commit495dffba430a530649c89fb220492ad42ee803bc (patch)
tree375e75511727ca2794e708a27190e7d0165fa01a /coroutine/amd64/Context.s
parent5e8a1dad862ee804a2a152eb4aa1c97180cbe2a2 (diff)
GAS style assembly for win64 (mingw).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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