Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/CtxSwitch-i386.S

    rc7a900a rb78129a  
    4343        .text
    4444        .align 2
    45         .globl __cfactx_switch
    46         .type  __cfactx_switch, @function
    47 __cfactx_switch:
     45        .globl CtxSwitch
     46        .type  CtxSwitch, @function
     47CtxSwitch:
    4848
    4949        // Copy the "from" context argument from the stack to register eax
     
    8383
    8484        ret
    85         .size  __cfactx_switch, .-__cfactx_switch
     85        .size  CtxSwitch, .-CtxSwitch
    8686
    8787// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.