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