Skip to content
  • Simon Marlow's avatar
    Fix for interruptible FFI handling · b7212d4b
    Simon Marlow authored
    Set tso->why_blocked before calling maybePerformBlockedException(), so
    that throwToSingleThreaded() doesn't try to unblock the current thread
    (it is already unblocked).
    b7212d4b