summaryrefslogtreecommitdiff
path: root/coroutine/win32/Context.asm
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/win32/Context.asm')
-rw-r--r--coroutine/win32/Context.asm2
1 files changed, 2 insertions, 0 deletions
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.