cvs commit: fptools/ghc/compiler/simplStg StgVarInfo.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Mon, 13 Nov 2000 03:37:02 -0800
simonmar 2000/11/13 03:37:02 PST
Modified files: (Branch: before-ghci-branch)
ghc/compiler/simplStg StgVarInfo.lhs
Log:
The hack which kept a ForeignObj live across a _ccall_GC was wrong: it
checked the type of the object against ForeignObj, rather than
ForeignObj#.
How this can ever have worked, I don't know.
Revision Changes Path
1.21.2.1 +11 -6 fptools/ghc/compiler/simplStg/StgVarInfo.lhs