summaryrefslogtreecommitdiff
path: root/coroutine/amd64/Context.S
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/amd64/Context.S')
-rw-r--r--coroutine/amd64/Context.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/amd64/Context.S b/coroutine/amd64/Context.S
index 42fe79c164..ac986b2aa5 100644
--- a/coroutine/amd64/Context.S
+++ b/coroutine/amd64/Context.S
@@ -27,7 +27,7 @@ PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer):
# Restore callee stack pointer
movq (%rsi), %rsp
- # Restore callee stack
+ # Restore callee state
popq %r15
popq %r14
popq %r13