[movitz-cvs] CVS update: movitz/losp/muerte/integers.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Wed Jun 2 23:48:15 UTC 2004


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv2613

Modified Files:
	integers.lisp 
Log Message:
Minor edit in *.

Date: Wed Jun  2 16:48:15 2004
Author: ffjeld

Index: movitz/losp/muerte/integers.lisp
diff -u movitz/losp/muerte/integers.lisp:1.15 movitz/losp/muerte/integers.lisp:1.16
--- movitz/losp/muerte/integers.lisp:1.15	Wed Jun  2 16:20:46 2004
+++ movitz/losp/muerte/integers.lisp	Wed Jun  2 16:48:15 2004
@@ -9,7 +9,7 @@
 ;;;; Created at:    Wed Nov  8 18:44:57 2000
 ;;;; Distribution:  See the accompanying file COPYING.
 ;;;;                
-;;;; $Id: integers.lisp,v 1.15 2004/06/02 23:20:46 ffjeld Exp $
+;;;; $Id: integers.lisp,v 1.16 2004/06/02 23:48:15 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -756,8 +756,8 @@
 	(:jne '(:sub-program (not-fixnum)
 		(:int 107)))
 	(:movl :ebx :ecx)
-	(:sarl #.movitz::+movitz-fixnum-shift+ :ebx)
-	(:imull :ebx :eax :edx)
+	(:sarl #.movitz::+movitz-fixnum-shift+ :ecx)
+	(:imull :ecx :eax :edx)
 	(:into)))
    (t (&rest factors)
       (declare (dynamic-extent factors))





More information about the Movitz-cvs mailing list