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
Alex D
GHC
Commits
ae53d47b
Commit
ae53d47b
authored
Jun 28, 2007
by
Simon Marlow
Browse files
fix compilation for x86_64
parent
b2e42d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/MachCodeGen.hs
View file @
ae53d47b
...
...
@@ -3323,8 +3323,8 @@ genCCall target dest_regs args = do
F64
->
unitOL
(
MOV
rep
(
OpReg
xmm0
)
(
OpReg
r_dest
))
rep
->
unitOL
(
MOV
rep
(
OpReg
rax
)
(
OpReg
r_dest
))
where
rep
=
cmm
RegRep
dest
r_dest
=
getRegisterReg
dest
rep
=
local
RegRep
dest
r_dest
=
getRegisterReg
(
CmmLocal
dest
)
assign_code
many
=
panic
"genCCall.assign_code many"
return
(
load_args_code
`
appOL
`
...
...
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