[movitz-cvs] CVS update: movitz/losp/muerte/bignums.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Thu Sep 23 09:17:52 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv12314
Modified Files:
bignums.lisp
Log Message:
Removed an ":int 32" that was a leftover debugging statement.
Date: Thu Sep 23 11:17:51 2004
Author: ffjeld
Index: movitz/losp/muerte/bignums.lisp
diff -u movitz/losp/muerte/bignums.lisp:1.10 movitz/losp/muerte/bignums.lisp:1.11
--- movitz/losp/muerte/bignums.lisp:1.10 Wed Sep 22 18:22:45 2004
+++ movitz/losp/muerte/bignums.lisp Thu Sep 23 11:17:51 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Sat Jul 17 19:42:57 2004
;;;;
-;;;; $Id: bignums.lisp,v 1.10 2004/09/22 16:22:45 ffjeld Exp $
+;;;; $Id: bignums.lisp,v 1.11 2004/09/23 09:17:51 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -383,7 +383,6 @@
(:shldl :cl :eax :edx)
(jnz 'overflow)
shift-short-loop
- (:int 32)
(:movl (:ebx :esi (:offset movitz-bignum bigit0 -4))
:eax)
(:shldl :cl :eax (:ebx :esi (:offset movitz-bignum bigit0)))
More information about the Movitz-cvs
mailing list