Changeset f019069 for libcfa/src/concurrency/CtxSwitch-x86_64.S
- Timestamp:
- May 6, 2019, 10:09:02 AM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 63364d8
- Parents:
- b9696a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/CtxSwitch-x86_64.S
rb9696a8 rf019069 100 100 movq %rbp,FP_OFFSET(%rdi) 101 101 102 mfence 103 102 104 // Don't load a new context, directly jump to the desired function 103 104 jmp *%rsi 105 #if defined(PIC) 106 call __suspend_callback@plt 107 #else 108 call __suspend_callback 109 #endif 105 110 .size CtxStore, .-CtxStore 106 111
Note: See TracChangeset
for help on using the changeset viewer.