Fix Array sizeof primops to use the correct offset (which happens to be 0, so it...
authorDaniel Peebles <pumpkingod@gmail.com>
Tue, 1 Feb 2011 06:30:17 +0000 (06:30 +0000)
committerDaniel Peebles <pumpkingod@gmail.com>
Tue, 1 Feb 2011 06:30:17 +0000 (06:30 +0000)
commit72c4f62494fa63aa6db846ff5e02828da6a9278b
treec9eebf5d11a3b2eec3f82fb2e6acc9d697049727
parent971160abf8ce633fed23eb603cf9e0fb08d1746d
Fix Array sizeof primops to use the correct offset (which happens to be 0, so it worked before anyway). Makes us more future-proof, at least
compiler/codeGen/CgPrimOp.hs
compiler/codeGen/StgCmmPrim.hs