diff options
author | Samuel Williams <[email protected]> | 2019-06-24 23:54:19 +1200 |
---|---|---|
committer | Samuel Williams <[email protected]> | 2019-06-26 20:19:53 +1200 |
commit | 6c6bf9ffcbfeb8be9d9c342e7604b74ec819e88a (patch) | |
tree | a611c21b4a3f2a0c4a1eb43a123f2865c7d4e491 /coroutine/amd64/Context.S | |
parent | a84a99ffabf04d90be64ff28cf2e11766f6cce52 (diff) |
Add `ucontext` coroutine implementation for generic fallback.
Diffstat (limited to 'coroutine/amd64/Context.S')
-rw-r--r-- | coroutine/amd64/Context.S | 2 |
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 |