[Openmcl-cvs-notifications] r10975 - /trunk/source/lisp-kernel/ppc-constants64.s
gb at clozure.com
gb at clozure.com
Sat Oct 4 21:30:36 EDT 2008
Author: gb
Date: Sat Oct 4 21:30:36 2008
New Revision: 10975
Log:
Missing paren in definition of RESERVATION_DISCHARGE.
Modified:
trunk/source/lisp-kernel/ppc-constants64.s
Modified: trunk/source/lisp-kernel/ppc-constants64.s
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/ppc-constants64.s (original)
+++ trunk/source/lisp-kernel/ppc-constants64.s Sat Oct 4 21:30:36 2008
@@ -587,7 +587,7 @@
=
nil_value =3D (0x3000+symbol.size+fulltag_misc+(LOWMEM_BIAS))
=
-define([RESERVATION_DISCHARGE],(0x2008+(LOWMEM_BIAS))
+define([RESERVATION_DISCHARGE],(0x2008+(LOWMEM_BIAS)))
=
lisp_globals_limit =3D (0x3000+(LOWMEM_BIAS))
=
More information about the Openmcl-cvs-notifications
mailing list