summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-06-26 21:10:58 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-06-26 21:10:58 +0000
commit16ed3e3cd3ba05ae7222f8da2c80f8294540817d (patch)
tree1d7a5e64f6f9c498a0801bd724a7eb46a7d6110e /rts/Schedule.c
parentbf3339dd17b16dcc13212cd016a7c44a58183336 (diff)
downloadhaskell-16ed3e3cd3ba05ae7222f8da2c80f8294540817d.tar.gz
Make the threaded RTS compilable using -fasm
We needed to turn some inline C functions and C macros into either real C functions or C-- macros.
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index c61287f9f9..441e97924e 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -7,6 +7,7 @@
* --------------------------------------------------------------------------*/
#include "PosixSource.h"
+#define KEEP_LOCKCLOSURE
#include "Rts.h"
#include "SchedAPI.h"
#include "RtsUtils.h"