- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/CtxSwitch-i386.S
rf32e53e r7b2c2c5f 98 98 ret 99 99 100 .text 101 .align 2 102 .globl CtxGet 103 CtxGet: 104 movl %esp,SP_OFFSET(%eax) 105 movl %ebp,FP_OFFSET(%eax) 106 107 ret 108 100 109 // Local Variables: // 101 110 // compile-command: "make install" //
Note:
See TracChangeset
for help on using the changeset viewer.