[cvs-nhc98] (no subject)
Malcolm Wallace
malcolm@sparud.net
Mon, 1 Jan 2001 20:04:43 +0100 (CET)
malcolm: Mon Jan 1 20:04:42 CET 2001
Update of /usr/src/master/nhc/src/greencard
In directory hinken:/tmp/cvs-serv2756/greencard
Modified Files:
Casm.lhs
Log Message:
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().