[movitz-cvs] CVS update: ia-x86/codec.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Sun Feb 8 22:38:35 UTC 2004
Update of /project/movitz/cvsroot/ia-x86
In directory common-lisp.net:/tmp/cvs-serv19649
Modified Files:
codec.lisp
Log Message:
Changed :type declaration of instr-opcode-numo of class
instr-template, because there are indeed instructions longer than 2
bytes.
Date: Sun Feb 8 17:38:35 2004
Author: ffjeld
Index: ia-x86/codec.lisp
diff -u ia-x86/codec.lisp:1.3 ia-x86/codec.lisp:1.4
--- ia-x86/codec.lisp:1.3 Sun Feb 8 17:35:11 2004
+++ ia-x86/codec.lisp Sun Feb 8 17:38:35 2004
@@ -9,7 +9,7 @@
;;;; Created at: Thu May 4 15:16:45 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: codec.lisp,v 1.3 2004/02/08 22:35:11 ffjeld Exp $
+;;;; $Id: codec.lisp,v 1.4 2004/02/08 22:38:35 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -124,7 +124,7 @@
:initarg immediate-numo
:accessor template-instr-immediate-numo)
(instr-opcode-numo
- :type (integer 1 2) ; size of "opcode" field.
+ :type (integer 1 16) ; size of "opcode" field.
:initarg opcode-numo
:accessor template-instr-opcode-numo)))
More information about the Movitz-cvs
mailing list