summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2020-07-20 12:53:13 +0000
committerMoritz Angermann <moritz.angermann@gmail.com>2020-09-09 09:58:44 +0800
commit2c0e56aa791a33e9e64f2d995d87abca72fc7264 (patch)
treeeabad1420aa0205575677a4addb9982b893dc76a
parent8e16a1506f1f7656f1878f41d7ffd7a51bfdc3b0 (diff)
downloadhaskell-2c0e56aa791a33e9e64f2d995d87abca72fc7264.tar.gz
:sob:
-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 []