Skip to content
  • Simon Marlow's avatar
    fix for the unregisterised way · 7a605453
    Simon Marlow authored
    We always assign to BaseReg on return from resumeThread(), but in
    cases where BaseReg is not an lvalue (eg. unreg) we need to disable
    this assigment.  See comments for more details.
    7a605453