[movitz-cvs] CVS update: movitz/losp/muerte/scavenge.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Wed Apr 7 00:34:52 UTC 2004


Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv27542

Modified Files:
	scavenge.lisp 
Log Message:
Renamed int-frame- to interrupt-frame-

Date: Tue Apr  6 20:34:52 2004
Author: ffjeld

Index: movitz/losp/muerte/scavenge.lisp
diff -u movitz/losp/muerte/scavenge.lisp:1.5 movitz/losp/muerte/scavenge.lisp:1.6
--- movitz/losp/muerte/scavenge.lisp:1.5	Tue Apr  6 20:16:38 2004
+++ movitz/losp/muerte/scavenge.lisp	Tue Apr  6 20:34:52 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.5 2004/04/07 00:16:38 ffjeld Exp $
+;;;; $Id: scavenge.lisp,v 1.6 2004/04/07 00:34:52 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -108,10 +108,10 @@
 	      ;; 1. Scavenge the interrupt-frame
 	      (map-heap-words function
 			      (+ nether-frame 2)
-			      (+ frame (int-frame-index :ecx)))
+			      (+ frame (interrupt-frame-index :ecx)))
 	      (let* ((interrupt-frame frame)
 		     (interrupted-eip-loc
-		      (int-frame-ref interrupt-frame :eip :signed-byte30+2)))
+		      (interrupt-frame-ref interrupt-frame :eip :signed-byte30+2)))
 		;; 2. Pop to interrupted frame
 		(setf nether-frame frame
 		      frame (stack-frame-uplink frame))





More information about the Movitz-cvs mailing list