summaryrefslogtreecommitdiff
path: root/coroutine/win64
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/win64')
-rw-r--r--coroutine/win64/Context.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/win64/Context.asm b/coroutine/win64/Context.asm
index d699bd14ad..a9f819a8c6 100644
--- a/coroutine/win64/Context.asm
+++ b/coroutine/win64/Context.asm
@@ -18,7 +18,7 @@ coroutine_transfer proc
push r15
; Save caller stack pointer
- mov [rcx], rsp
+ mov [rcx], rsp
; Restore callee stack pointer
mov rsp, [rdx]