summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-02-14 13:05:08 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-02-14 13:05:08 +0000
commitd31036ef094f18f8193c7a3de5dfe3c7db804853 (patch)
treea93f4b623587d5f2fbba844b326f0493ff9b2dd0 /utils
parent6518ebe334a1afc6d585dfe1841bb629df83b607 (diff)
parent88b4578bc82795de48876a250c2b6d7cce380628 (diff)
downloadhaskell-d31036ef094f18f8193c7a3de5dfe3c7db804853.tar.gz
Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
Diffstat (limited to 'utils')
-rw-r--r--utils/deriveConstants/DeriveConstants.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/deriveConstants/DeriveConstants.hs b/utils/deriveConstants/DeriveConstants.hs
index e726bf7e0e..77daf5c790 100644
--- a/utils/deriveConstants/DeriveConstants.hs
+++ b/utils/deriveConstants/DeriveConstants.hs
@@ -536,6 +536,9 @@ wanteds = concat
,structField C "snEntry" "sn_obj"
,structField C "snEntry" "addr"
+ ,structSize C "spEntry"
+ ,structField C "spEntry" "addr"
+
-- Note that this conditional part only affects the C headers.
-- That's important, as it means we get the same PlatformConstants
-- type on all platforms.