Skip to content
GitLab
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
e28dc9b9
Commit
e28dc9b9
authored
Feb 06, 2009
by
Ian Lynagh
Browse files
Add a panic to fix the build on amd64/Linux; to be fixed properly later
parent
4c4f9f5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/X86/RegInfo.hs
View file @
e28dc9b9
...
...
@@ -412,6 +412,7 @@ mkSpillInstr reg delta slot
in
case
regClass
reg
of
RcInteger
->
MOV
II64
(
OpReg
reg
)
(
OpAddr
(
spRel
off_w
))
RcDouble
->
MOV
FF64
(
OpReg
reg
)
(
OpAddr
(
spRel
off_w
))
RcFloat
->
panic
"mkSpillInstr/RcFloat"
-- ToDo: will it work to always spill as a double?
-- does that cause a stall if the data was a float?
#
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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