From 68f287e4f4252545b00cd64b514eb413c0aa7301 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 29 Apr 2003 09:32:20 +0000 Subject: [PATCH] [project @ 2003-04-29 09:32:20 by simonmar] update aLL_NON_PTRS for the new RET_DYN stack frame layout. --- ghc/compiler/nativeGen/StixMacro.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/nativeGen/StixMacro.lhs b/ghc/compiler/nativeGen/StixMacro.lhs index 17068b1..22988e1 100644 --- a/ghc/compiler/nativeGen/StixMacro.lhs +++ b/ghc/compiler/nativeGen/StixMacro.lhs @@ -181,8 +181,7 @@ checkCode macro args assts join = StLabel ulbl_pass -- see includes/StgMacros.h for explaination of these magic consts - aLL_NON_PTRS - = IF_ARCH_alpha(16383,65535) + aLL_NON_PTRS = 0xff assign_liveness ptr_regs = StAssignReg WordRep stgR9 -- 1.7.10.4