summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
Diffstat (limited to 'rts')
-rw-r--r--rts/win32/AsyncIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/AsyncIO.c b/rts/win32/AsyncIO.c
index ff2e1a2498..979df0cb27 100644
--- a/rts/win32/AsyncIO.c
+++ b/rts/win32/AsyncIO.c
@@ -304,7 +304,7 @@ start:
// stg_block_async_info stack frame, because
// the block_info field will be overwritten by
// pushOnRunQueue().
- tso->sp[1] = (W_)tso->block_info.async_result;
+ tso->stackobj->sp[1] = (W_)tso->block_info.async_result;
pushOnRunQueue(&MainCapability, tso);
break;
}