diff options
Diffstat (limited to 'compiler/codeGen/StgCmmHeap.hs')
-rw-r--r-- | compiler/codeGen/StgCmmHeap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmHeap.hs b/compiler/codeGen/StgCmmHeap.hs index 12f3b1347e..b82064e0ec 100644 --- a/compiler/codeGen/StgCmmHeap.hs +++ b/compiler/codeGen/StgCmmHeap.hs @@ -559,7 +559,7 @@ do_checks checkStack alloc do_gc = do -- with slop at the end of the current block, which can -- confuse the LDV profiler. where - alloc_lit = CmmLit (mkIntCLit (alloc*wORD_SIZE)) -- Bytes + alloc_lit = mkIntExpr (alloc*wORD_SIZE) -- Bytes bump_hp = cmmOffsetExprB (CmmReg hpReg) alloc_lit -- Sp overflow if (Sp - CmmHighStack < SpLim) |