diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-06-26 21:10:58 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-06-26 21:10:58 +0000 |
commit | 16ed3e3cd3ba05ae7222f8da2c80f8294540817d (patch) | |
tree | 1d7a5e64f6f9c498a0801bd724a7eb46a7d6110e /rts/Schedule.c | |
parent | bf3339dd17b16dcc13212cd016a7c44a58183336 (diff) | |
download | haskell-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.c | 1 |
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" |