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 /includes/Cmm.h | |
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 'includes/Cmm.h')
-rw-r--r-- | includes/Cmm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h index 4a4d0eab77..c238a84238 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -273,6 +273,8 @@ #include "DerivedConstants.h" #include "ClosureTypes.h" #include "StgFun.h" +#include "OSThreads.h" +#include "SMP.h" /* * Need MachRegs, because some of the RTS code is conditionally |