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