Skip to content
  • Simon Marlow's avatar
    MERGE: Fix a few uses of the wrong return convention for the scheduler · 94363dd5
    Simon Marlow authored
    We changed the convention a while ago so that BaseReg is returned to
    the scheduler in R1, because BaseReg may change during the run of a
    thread, e.g. during a foreign call.  A few places got missed,
    mostly for very rare events.
    
    Should fix concprog001, although I'm not able to reliably reproduce
    the failure.
    94363dd5