[project @ 2005-10-26 11:58:57 by simonmar]
authorsimonmar <unknown>
Wed, 26 Oct 2005 11:58:57 +0000 (11:58 +0000)
committersimonmar <unknown>
Wed, 26 Oct 2005 11:58:57 +0000 (11:58 +0000)
commit559295a0cee95f73605a4ec58536a54145201f09
tree262427ba6add903b6077902ea7820535b1ee74f5
parent48d21c1fbdf9cf032a528e19195714229530a632
[project @ 2005-10-26 11:58:57 by simonmar]
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.
ghc/rts/Adjustor.c