diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-07-03 20:52:34 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-07-03 20:52:34 +0000 |
commit | 0598a001b9d852a044a49f8fb6ab1a6b02a77d9e (patch) | |
tree | 739cb0b08c8aa1aac7821e3cd874b99d96e9c7e9 /rts/HeapStackCheck.cmm | |
parent | a13551ce57c67a333f41f0a6fe7e05a09d0c3614 (diff) | |
download | haskell-0598a001b9d852a044a49f8fb6ab1a6b02a77d9e.tar.gz |
FIX BUILD (Windows): catch up with changes to .cmm syntax
Diffstat (limited to 'rts/HeapStackCheck.cmm')
-rw-r--r-- | rts/HeapStackCheck.cmm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/HeapStackCheck.cmm b/rts/HeapStackCheck.cmm index 75f14184a9..f40fbf5519 100644 --- a/rts/HeapStackCheck.cmm +++ b/rts/HeapStackCheck.cmm @@ -933,7 +933,7 @@ stg_block_async /* Used by threadDelay implementation; it would be desirable to get rid of * this free()'ing void return continuation. */ -INFO_TABLE_RET( stg_block_async_void, 0/*framesize*/, 0/*bitmap*/, RET_SMALL ) +INFO_TABLE_RET( stg_block_async_void, RET_SMALL ) { W_ ares; |