summaryrefslogtreecommitdiff
path: root/rts/HeapStackCheck.cmm
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-07-03 20:52:34 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-07-03 20:52:34 +0000
commit0598a001b9d852a044a49f8fb6ab1a6b02a77d9e (patch)
tree739cb0b08c8aa1aac7821e3cd874b99d96e9c7e9 /rts/HeapStackCheck.cmm
parenta13551ce57c67a333f41f0a6fe7e05a09d0c3614 (diff)
downloadhaskell-0598a001b9d852a044a49f8fb6ab1a6b02a77d9e.tar.gz
FIX BUILD (Windows): catch up with changes to .cmm syntax
Diffstat (limited to 'rts/HeapStackCheck.cmm')
-rw-r--r--rts/HeapStackCheck.cmm2
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;