[movitz-cvs] CVS update: ia-x86/codec.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Tue Feb 10 00:03:15 UTC 2004
Update of /project/movitz/cvsroot/ia-x86
In directory common-lisp.net:/tmp/cvs-serv23712
Modified Files:
codec.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:14 2004
Author: ffjeld
Index: ia-x86/codec.lisp
diff -u ia-x86/codec.lisp:1.4 ia-x86/codec.lisp:1.5
--- ia-x86/codec.lisp:1.4 Sun Feb 8 17:38:35 2004
+++ ia-x86/codec.lisp Mon Feb 9 19:03:14 2004
@@ -9,11 +9,11 @@
;;;; Created at: Thu May 4 15:16:45 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: codec.lisp,v 1.4 2004/02/08 22:38:35 ffjeld Exp $
+;;;; $Id: codec.lisp,v 1.5 2004/02/10 00:03:14 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
-(in-package "IA-X86")
+(in-package #:ia-x86)
(defparameter *error-on-eof* nil)
(defparameter *error-on-unknown-instruction* nil)
@@ -23,7 +23,7 @@
;;; ----------------------------------------------------------------
;;; A "template" is an object that is used to map op-codes to
-;;; instructions. The basic problem it solves is that IA-X86 uses
+;;; instructions. The basic problem it solves is that ia-x86 uses
;;; variable-length op-codes. Consequently, figuring out if the
;;; octets you are currently decoding represents a complete op-code
;;; is non-trivial.
More information about the Movitz-cvs
mailing list