[movitz-cvs] CVS movitz/losp/muerte
ffjeld
ffjeld at common-lisp.net
Fri May 5 18:39:52 UTC 2006
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory clnet:/tmp/cvs-serv16312
Modified Files:
interrupt.lisp
Log Message:
Have int 102 signal missing keyword argument error.
--- /project/movitz/cvsroot/movitz/losp/muerte/interrupt.lisp 2006/05/02 20:03:15 1.50
+++ /project/movitz/cvsroot/movitz/losp/muerte/interrupt.lisp 2006/05/05 18:39:52 1.51
@@ -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.50 2006/05/02 20:03:15 ffjeld Exp $
+;;;; $Id: interrupt.lisp,v 1.51 2006/05/05 18:39:52 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -395,6 +395,10 @@
(error 'program-error
:format-control "Illegal keyword argument [eax: ~S]"
:format-arguments (list (dereference $eax))))
+ (102
+ (error 'program-error
+ :format-control "Missing keyword argument for ~S."
+ :format-arguments (list (dereference (+ dit-frame (dit-frame-index :esi))))))
(108
(error 'throw-error :tag (dereference $eax)))
(110
More information about the Movitz-cvs
mailing list