[movitz-cvs] CVS movitz/losp/muerte
ffjeld
ffjeld at common-lisp.net
Tue May 2 20:03:15 UTC 2006
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory clnet:/tmp/cvs-serv16690
Modified Files:
interrupt.lisp
Log Message:
Map int 101 to "illegal keyword argument" error.
--- /project/movitz/cvsroot/movitz/losp/muerte/interrupt.lisp 2005/09/01 22:53:53 1.49
+++ /project/movitz/cvsroot/movitz/losp/muerte/interrupt.lisp 2006/05/02 20:03:15 1.50
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Wed Apr 7 01:50:03 2004
;;;;
-;;;; $Id: interrupt.lisp,v 1.49 2005/09/01 22:53:53 ffjeld Exp $
+;;;; $Id: interrupt.lisp,v 1.50 2006/05/02 20:03:15 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -391,6 +391,10 @@
(ldb (byte 8 24)
(dit-frame-ref nil dit-frame :ecx :unsigned-byte32))
code))))
+ (101
+ (error 'program-error
+ :format-control "Illegal keyword argument [eax: ~S]"
+ :format-arguments (list (dereference $eax))))
(108
(error 'throw-error :tag (dereference $eax)))
(110
More information about the Movitz-cvs
mailing list