Skip to content
GitLab
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
3c72c21c
Commit
3c72c21c
authored
Feb 24, 2006
by
Simon Marlow
Browse files
turn off a trace
parent
37293d7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/codeGen/CgInfoTbls.hs
View file @
3c72c21c
...
...
@@ -249,7 +249,7 @@ emitReturnTarget name stmts vector srt
;
emitInfoTableAndCode
info_lbl
std_info
extra_bits
args
blks
;
return
info_lbl
}
where
args
=
trace
"emitReturnTarget: missing args"
[]
args
=
{-
trace "emitReturnTarget: missing args"
-}
[]
uniq
=
getUnique
name
info_lbl
=
mkReturnInfoLabel
uniq
...
...
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