Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
68f287e4
Commit
68f287e4
authored
Apr 29, 2003
by
simonmar
Browse files
[project @ 2003-04-29 09:32:20 by simonmar]
update aLL_NON_PTRS for the new RET_DYN stack frame layout.
parent
a5fb24aa
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/nativeGen/StixMacro.lhs
View file @
68f287e4
...
@@ -181,8 +181,7 @@ checkCode macro args assts
...
@@ -181,8 +181,7 @@ checkCode macro args assts
join = StLabel ulbl_pass
join = StLabel ulbl_pass
-- see includes/StgMacros.h for explaination of these magic consts
-- see includes/StgMacros.h for explaination of these magic consts
aLL_NON_PTRS
aLL_NON_PTRS = 0xff
= IF_ARCH_alpha(16383,65535)
assign_liveness ptr_regs
assign_liveness ptr_regs
= StAssignReg WordRep stgR9
= StAssignReg WordRep stgR9
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment