[前][次][番号順一覧][スレッド一覧]

ruby-changes:53639

From: samuel <ko1@a...>
Date: Tue, 20 Nov 2018 20:17:42 +0900 (JST)
Subject: [ruby-changes:53639] samuel:r65839 (trunk): Restore return value assignment

samuel	2018-11-20 18:59:23 +0900 (Tue, 20 Nov 2018)

  New Revision: 65839

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65839

  Log:
    Restore return value assignment

  Modified files:
    trunk/coroutine/amd64/Context.s
Index: coroutine/amd64/Context.s
===================================================================
--- coroutine/amd64/Context.s	(revision 65838)
+++ coroutine/amd64/Context.s	(revision 65839)
@@ -38,7 +38,7 @@ _coroutine_transfer: https://github.com/ruby/ruby/blob/trunk/coroutine/amd64/Context.s#L38
 	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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]