Make the threaded RTS compilable using -fasm
authorSimon Marlow <simonmar@microsoft.com>
Tue, 26 Jun 2007 21:10:58 +0000 (21:10 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 26 Jun 2007 21:10:58 +0000 (21:10 +0000)
commit16ed3e3cd3ba05ae7222f8da2c80f8294540817d
tree1d7a5e64f6f9c498a0801bd724a7eb46a7d6110e
parentbf3339dd17b16dcc13212cd016a7c44a58183336
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.
includes/Cmm.h
includes/OSThreads.h
includes/SMP.h
rts/HeapStackCheck.cmm
rts/PrimOps.cmm
rts/Schedule.c