- File:
-
- 1 edited
-
src/libcfa/concurrency/CtxSwitch-i386.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/CtxSwitch-i386.S
re4745d7a r35dd180f 86 86 ret 87 87 88 .text 89 .align 2 90 .globl CtxGet 91 CtxGet: 92 movl %esp,SP_OFFSET(%eax) 93 movl %ebp,FP_OFFSET(%eax) 94 95 ret 96 88 97 // Local Variables: // 89 98 // compile-command: "make install" //
Note:
See TracChangeset
for help on using the changeset viewer.