- File:
-
- 1 edited
-
src/libcfa/concurrency/CtxSwitch-x86_64.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/CtxSwitch-x86_64.S
reb2e723 rb58a5772 84 84 jmp *%r12 85 85 86 .text87 .align 288 .globl CtxGet89 CtxGet:90 movq %rsp,SP_OFFSET(%rdi)91 movq %rbp,FP_OFFSET(%rdi)92 93 ret94 95 86 // Local Variables: // 96 87 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.