Update of /project/movitz/cvsroot/ia-x86 In directory common-lisp.net:/tmp/cvs-serv7116
Modified Files: proglist.lisp Log Message: Removed warning about "assumption bigger than.."
Date: Tue Oct 12 11:37:25 2004 Author: ffjeld
Index: ia-x86/proglist.lisp diff -u ia-x86/proglist.lisp:1.5 ia-x86/proglist.lisp:1.6 --- ia-x86/proglist.lisp:1.5 Thu Sep 2 11:02:40 2004 +++ ia-x86/proglist.lisp Tue Oct 12 11:37:24 2004 @@ -9,7 +9,7 @@ ;;;; Created at: Mon May 15 13:43:55 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: proglist.lisp,v 1.5 2004/09/02 09:02:40 ffjeld Exp $ +;;;; $Id: proglist.lisp,v 1.6 2004/10/12 09:37:24 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -101,7 +101,6 @@ :current-pc referring-pc) optimize-teo))) (when (< (imagpart cdatum) assumed-length) - (warn "Assumption ~D bigger than actual ~D" assumed-length (imagpart cdatum)) (setf cdatum (instruction-encode instruction (make-assemble-env :symtab (assemble-env-symtab env)