[commit: haddock] master: Initialise some new PlatformConstants fields (b1420ef)
git at git.haskell.org
git at git.haskell.org
Thu Apr 3 20:20:17 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/b1420ef9c8fdb2728128ad51fb0b636f69932eb7
>---------------------------------------------------------------
commit b1420ef9c8fdb2728128ad51fb0b636f69932eb7
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date: Thu Apr 3 21:19:24 2014 +0100
Initialise some new PlatformConstants fields
>---------------------------------------------------------------
b1420ef9c8fdb2728128ad51fb0b636f69932eb7
test/Helper.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/Helper.hs b/test/Helper.hs
index 833e2ca..f0a3c05 100644
--- a/test/Helper.hs
+++ b/test/Helper.hs
@@ -181,4 +181,6 @@ dynFlags = defaultDynFlags settings
, pc_OFFSET_StgFunInfoExtraRev_arity = 0
, pc_REP_StgFunInfoExtraRev_arity = 0
, pc_OFFSET_StgArrWords_bytes = 0
+ , pc_SIZEOF_StgSmallMutArrPtrs_NoHdr = 0
+ , pc_OFFSET_StgSmallMutArrPtrs_ptrs = 0
}
More information about the ghc-commits
mailing list