- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/CtxSwitch-i386.S
rc7a900a rb78129a 43 43 .text 44 44 .align 2 45 .globl __cfactx_switch46 .type __cfactx_switch, @function47 __cfactx_switch:45 .globl CtxSwitch 46 .type CtxSwitch, @function 47 CtxSwitch: 48 48 49 49 // Copy the "from" context argument from the stack to register eax … … 83 83 84 84 ret 85 .size __cfactx_switch, .-__cfactx_switch85 .size CtxSwitch, .-CtxSwitch 86 86 87 87 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.