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