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
f50b4739
Commit
f50b4739
authored
Jan 30, 2002
by
sewardj
Browse files
[project @ 2002-01-30 13:23:25 by sewardj]
Fix debug build.
parent
0f8bc606
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/nativeGen/MachCode.lhs
View file @
f50b4739
...
...
@@ -2716,7 +2716,7 @@ genCCall fn cconv ret_rep args
-> returnNat (unitOL (CALL (Left (fn__2 tot_arg_size))))
Right dyn
-> get_op dyn `thenNat` \ (dyn_c, dyn_r, dyn_rep) ->
ASSERT(dyn_rep
== L
)
ASSERT(
case
dyn_rep
of { L -> True; _ -> False}
)
returnNat (dyn_c `snocOL` CALL (Right dyn_r))
)
`thenNat` \ callinsns ->
...
...
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