cvs commit: fptools/ghc/compiler/cmm PprC.hs
Simon Marlow
simonmar at haskell.org
Fri Apr 22 06:21:10 EDT 2005
simonmar 2005/04/22 03:21:10 PDT
Modified files:
ghc/compiler/cmm PprC.hs
Log:
pprLit: when printing a CLabel, prefix it with '&'. This ensures we
get the address rather than the value, in the case when the C label
refers to a variable (as might be the case if it is from a foreign
import, for example).
Revision Changes Path
1.17 +5 -3 fptools/ghc/compiler/cmm/PprC.hs
More information about the Cvs-ghc
mailing list