aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 09:59:23 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 09:59:23 +0000
commitec0d3ba19e5e3fafff4a5dfdb33dfd7b53fba929 (patch)
tree0b55e1491e8731b6a501eff39511b3e5a70edff6 /coroutine
parentdc049ad8326e6e469f530fcd40b2507229dc6b01 (diff)
downloadruby-ec0d3ba19e5e3fafff4a5dfdb33dfd7b53fba929.tar.gz
Restore return value assignment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'coroutine')
-rw-r--r--coroutine/amd64/Context.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/amd64/Context.s b/coroutine/amd64/Context.s
index 980ba73202..772de3353c 100644
--- a/coroutine/amd64/Context.s
+++ b/coroutine/amd64/Context.s
@@ -38,7 +38,7 @@ _coroutine_transfer:
popq %rbp
# Put the first argument into the return value
- # movq %rdi, %rax
+ movq %rdi, %rax
# We pop the return address and jump to it
ret