[Openmcl-cvs-notifications] r11191 - /trunk/source/lisp-kernel/x86-spentry32.s
gb at clozure.com
gb at clozure.com
Tue Oct 21 19:49:40 EDT 2008
Author: gb
Date: Tue Oct 21 19:49:40 2008
New Revision: 11191
Log:
fix typos.
Modified:
trunk/source/lisp-kernel/x86-spentry32.s
Modified: trunk/source/lisp-kernel/x86-spentry32.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/x86-spentry32.s (original)
+++ trunk/source/lisp-kernel/x86-spentry32.s Tue Oct 21 19:49:40 2008
@@ -4222,7 +4222,7 @@
__(movl %eax,%ecx) /* extract args-discard count */
__(shrl $32,%ecx)
__(andl $0xff000000,%eax)
- __(movl %ecx,-12(ebp))
+ __(movl %ecx,-12(%ebp))
/* If the C stack is 16-byte aligned by convention,
it should still be, and this'll be a NOP. */
__(andl $~15,%esp)
@@ -4290,7 +4290,7 @@
__(leave)
__ifdef([WIN_32])
__(testl %ecx,%ecx)
- __(jne local_label(winapi_return)
+ __(jne local_label(winapi_return))
__(repret)
__else
__(ret)
@@ -4301,7 +4301,7 @@
__(leave)
__ifdef([WIN_32])
__(testl %ecx,%ecx)
- __(jne local_label(winapi_return)
+ __(jne local_label(winapi_return))
__(repret)
__else
__(ret)
@@ -4311,7 +4311,7 @@
__(leave)
__ifdef([WIN_32])
__(testl %ecx,%ecx)
- __(jne local_label(winapi_return)
+ __(jne local_label(winapi_return))
__(repret)
__else
__(ret)
More information about the Openmcl-cvs-notifications
mailing list