From 0b5e1442f5425490f9c9d249683d05fe72b29ea9 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 20 Nov 2018 10:17:44 +0000 Subject: Initial support for x64-mingw32 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- coroutine/win32/Context.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coroutine/win32/Context.asm') diff --git a/coroutine/win32/Context.asm b/coroutine/win32/Context.asm index b024b22fc7..22b56c0568 100644 --- a/coroutine/win32/Context.asm +++ b/coroutine/win32/Context.asm @@ -9,6 +9,8 @@ .code +assume fs:nothing + ; Using fastcall is a big win (and it's the same has how x64 works). ; In coroutine transfer, the arguments are passed in ecx and edx. We don't need ; to touch these in order to pass them to the destination coroutine. -- cgit v1.2.3