[movitz-cvs] CVS update: movitz/losp/muerte/scavenge.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Wed Jun 2 14:31:15 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv22045
Modified Files:
scavenge.lisp
Log Message:
Changed the signature of interrupt-frame-ref.
Date: Wed Jun 2 07:31:15 2004
Author: ffjeld
Index: movitz/losp/muerte/scavenge.lisp
diff -u movitz/losp/muerte/scavenge.lisp:1.7 movitz/losp/muerte/scavenge.lisp:1.8
--- movitz/losp/muerte/scavenge.lisp:1.7 Fri May 21 02:40:19 2004
+++ movitz/losp/muerte/scavenge.lisp Wed Jun 2 07:31:15 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Mon Mar 29 14:54:08 2004
;;;;
-;;;; $Id: scavenge.lisp,v 1.7 2004/05/21 09:40:19 ffjeld Exp $
+;;;; $Id: scavenge.lisp,v 1.8 2004/06/02 14:31:15 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -112,7 +112,7 @@
(+ frame (interrupt-frame-index :ecx)))
(let* ((interrupt-frame frame)
(interrupted-eip-loc
- (interrupt-frame-ref interrupt-frame :eip :signed-byte30+2)))
+ (interrupt-frame-ref :eip :signed-byte30+2 0 interrupt-frame)))
;; 2. Pop to interrupted frame
(setf nether-frame frame
frame (stack-frame-uplink frame))
More information about the Movitz-cvs
mailing list