Update of /cvsroot/sbcl/sbcl/src/assembly/x86
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8900/src/assembly/x86
Modified Files:
assem-rtns.lisp
Log Message:
0.8.15:
some trivial text fixes (like s/the the/the/)
release, tagged as sbcl_0_8_15
Index: assem-rtns.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/assembly/x86/assem-rtns.lisp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- assem-rtns.lisp 2 Apr 2003 11:15:12 -0000 1.9
+++ assem-rtns.lisp 29 Sep 2004 19:34:40 -0000 1.10
@@ -126,7 +126,7 @@
(move ecx esi)
(inst sub ecx esp-tn)
- ;; Check for all the args fitting the the registers.
+ ;; Check for all the args fitting the registers.
(inst cmp ecx (fixnumize 3))
(inst jmp :le REGISTER-ARGS)
|