summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/GHC/CmmToAsm.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm.hs b/compiler/GHC/CmmToAsm.hs
index b758e3bc74..256736bebf 100644
--- a/compiler/GHC/CmmToAsm.hs
+++ b/compiler/GHC/CmmToAsm.hs
@@ -275,7 +275,7 @@ aarch64NcgImpl config
,pprNatCmmDecl = AArch64.Ppr.pprNatCmmDecl config
,maxSpillSlots = AArch64.Instr.maxSpillSlots config
,allocatableRegs = AArch64.Regs.allocatableRegs platform
- ,ncgAllocMoreStack = AArch64.Instr.noAllocMoreStack
+ ,ncgAllocMoreStack = AArch64.Instr.allocMoreStack platform
,ncgExpandTop = id
,ncgMakeFarBranches = const id
,extractUnwindPoints = const []