Update of /cvsroot/sbcl/sbcl/src/compiler/sparc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8900/src/compiler/sparc
Modified Files:
float.lisp
Log Message:
0.8.15:
some trivial text fixes (like s/the the/the/)
release, tagged as sbcl_0_8_15
Index: float.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/compiler/sparc/float.lisp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- float.lisp 31 Jan 2004 17:04:14 -0000 1.8
+++ float.lisp 29 Sep 2004 19:34:41 -0000 1.9
@@ -1314,7 +1314,7 @@
;; high 32 bits of the FSR, which contain the additional
;; %fcc's on the sparc V9. If not, we don't need this, but we
;; do need to make sure that the unused bits are written as
- ;; zeroes, according the the V9 architecture manual.
+ ;; zeroes, according the V9 architecture manual.
(inst sra new 0)
(inst srlx my-fsr 32)
(inst sllx my-fsr 32)
|