Skip to content
  • Simon Marlow's avatar
    Fix crash in non-threaded RTS on Windows · 870b59f5
    Simon Marlow authored
    The tso->block_info field is now overwritten by pushOnRunQueue(), but
    stg_block_async_info was assuming that it still held a pointer to the
    StgAsyncIOResult.  We must therefore save this value somewhere safe
    before putting the TSO on the run queue.
    870b59f5