Ignore:
File:
1 edited

Legend:

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

    rc7a900a r456834b  
    1313        .text
    1414        .align  2
    15         .global __cfactx_switch
    16         .type   __cfactx_switch, %function
     15        .global CtxSwitch
     16        .type   CtxSwitch, %function
    1717
    18 __cfactx_switch:
     18CtxSwitch:
    1919        @ save callee-saved registers: r4-r8, r10, r11, r13(sp) (plus r9 depending on platform specification)
    2020        @ I've seen reference to 31 registers on 64-bit, if this is the case, more need to be saved
     
    5252        mov r15, r14
    5353        #endif // R9_SPECIAL
    54 
     54       
    5555        .text
    5656        .align  2
    57         .global __cfactx_invoke_stub
    58         .type   __cfactx_invoke_stub, %function
     57        .global CtxInvokeStub
     58        .type   CtxInvokeStub, %function
    5959
    60 __cfactx_invoke_stub:
     60CtxInvokeStub:
    6161        ldmfd r13!, {r0-r1}
    6262        mov r15, r1
Note: See TracChangeset for help on using the changeset viewer.