From ec0d3ba19e5e3fafff4a5dfdb33dfd7b53fba929 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 20 Nov 2018 09:59:23 +0000 Subject: [PATCH] Restore return value assignment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- coroutine/amd64/Context.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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