Update of /project/movitz/cvsroot/ia-x86 In directory common-lisp.net:/tmp/cvs-serv513
Modified Files: postload.lisp Log Message: Designate the ia-x86 package with #:ia-x86 rather than "IA-X86". Also, a few very minor edits.
Date: Mon Feb 9 19:03:52 2004 Author: ffjeld
Index: ia-x86/postload.lisp diff -u ia-x86/postload.lisp:1.3 ia-x86/postload.lisp:1.4 --- ia-x86/postload.lisp:1.3 Fri Jan 16 06:54:14 2004 +++ ia-x86/postload.lisp Mon Feb 9 19:03:52 2004 @@ -9,11 +9,11 @@ ;;;; Created at: Mon Jan 31 16:33:23 2000 ;;;; Distribution: See the accompanying file COPYING. ;;;; -;;;; $Id: postload.lisp,v 1.3 2004/01/16 11:54:14 ffjeld Exp $ +;;;; $Id: postload.lisp,v 1.4 2004/02/10 00:03:52 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
-(in-package "IA-X86") +(in-package #:ia-x86)
(defun table-stats (prefix table) (format t "~&;; ~A ~D x86 instruction templates loaded.~%" @@ -45,12 +45,3 @@ (dotimes (i #x100 (nreverse r)) (when (null (aref table i)) (push i r))))))) - -;;;(table-stats "IA-X86: " *template-table*) -;;;(table-stats "IA-X86 2op: " *template-table-0f*) - - - - - -