[movitz-cvs] CVS update: movitz/image.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Fri Mar 26 01:44:46 UTC 2004
Update of /project/movitz/cvsroot/movitz
In directory common-lisp.net:/tmp/cvs-serv26978
Modified Files:
image.lisp
Log Message:
Added two bochs-flags fields to run-time-context.
Date: Thu Mar 25 20:44:46 2004
Author: ffjeld
Index: movitz/image.lisp
diff -u movitz/image.lisp:1.19 movitz/image.lisp:1.20
--- movitz/image.lisp:1.19 Wed Mar 24 13:39:42 2004
+++ movitz/image.lisp Thu Mar 25 20:44:46 2004
@@ -9,7 +9,7 @@
;;;; Created at: Sun Oct 22 00:22:43 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: image.lisp,v 1.19 2004/03/24 18:39:42 ffjeld Exp $
+;;;; $Id: image.lisp,v 1.20 2004/03/26 01:44:46 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -128,6 +128,12 @@
(stack-top ; stack-top must be right after stack-bottom
:binary-type word ; in order for the bound instruction to work.
:initform #x100000)
+ (bochs-flags
+ :binary-type lu32
+ :initform 0)
+ (bochs-flags2
+ :binary-type lu32
+ :initform 0)
;;
(unbound-value
:binary-type word
More information about the Movitz-cvs
mailing list