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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
497d3a96
Commit
497d3a96
authored
Jul 23, 2008
by
Ian Lynagh
Browse files
Fix a build error on powerpc/Linux; spotted by Jeroen Pulles
parent
c0909f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/PprMach.hs
View file @
497d3a96
...
...
@@ -349,7 +349,7 @@ pprReg IF_ARCH_i386(s,) IF_ARCH_x86_64(s,) r
ppr_reg_no
::
Int
->
Doc
ppr_reg_no
i
|
i
<=
31
=
int
i
-- GPRs
|
i
<=
63
=
int
(
i
-
32
)
-- FPRs
|
otherwise
=
ptext
sLit
"very naughty powerpc register"
|
otherwise
=
ptext
(
sLit
"very naughty powerpc register"
)
#
endif
#
endif
...
...
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