Ignore:
File:
1 edited

Legend:

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

    r5c81105 r78b3f52  
    8181.globl  coInvokeStub
    8282coInvokeStub:
    83         movq %rbx, %rdi
    84         jmp *%r12
     83        movq %rbx, %rdi
     84        movq %r12, %rsi
     85        jmp *%r13
    8586
    8687// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.