Discussion:
patch applied (ghc): Fix GHCi on PowerPC OS X
Ian Lynagh
2007-01-28 21:40:23 UTC
Permalink
Sun Jan 28 13:32:16 PST 2007 Ian Lynagh <***@earth.li>
* Fix GHCi on PowerPC OS X
David Kirkman and Peter Tanski noticed that a line had been removed during
a patch merge which meant that oc->image pointed to the wrong place and
ultimately caused an error from realloc.

M ./rts/Linker.c +1

Loading...