simonmar 2005/10/26 04:58:57 PDT
Modified files:
ghc/rts Adjustor.c
Log:
x86_64 fix: I was a bit sloppy before and assumed that the malloc()'d
memory would be in the low 2Gb, so I could use 32-bit offset
addressing. It appears that this sometimes isn't the case, so do it
properly and use 64-bit absolute addressing.
Revision Changes Path
1.51 +37 -36 fptools/ghc/rts/Adjustor.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc