[Openmcl-devel] patch: %svar-binding-address

Gary Byers gb at clozure.com
Fri Jul 15 16:52:27 PDT 2005



On Fri, 15 Jul 2005, James Bielman wrote:

> %SVAR-BINDING-ADDRESS was returing a single-float on ppc64,
> causing a crash in CLX.  With this patch the CLX hello world
> demo ran OK for me:
>

Thanks.  %SVAR-BINDING-ADDRESS is trying to use LAP macros to hide
ppc32/ppc64 differences, so not only should the "LWZ" be changed to
an "LDR", but an earlier "SLDI" should really be "SLRI" (SLDI isn't
even implemented on ppc32.)



More information about the Openmcl-devel mailing list