[cvs-nhc98] patch applied (hat): Fix bug reported by Marcin. The
data pointed at by an Addr in Haskell
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:00:32 EDT 2006
Mon Jan 1 11:04:41 PST 2001 malcolm
* Fix bug reported by Marcin. The data pointed at by an Addr in Haskell
was occasionally being corrupted - its first byte was incremented by
one. The solution here is to replace the storage representation of
an Addr - mkCInt() becomes simply mkInt().
M ./src/compiler98/Foreign.hs -1 +1
More information about the Cvs-nhc98
mailing list