From 67a3e3ef31eb1f5686598c2a365fbd4fde5a531d Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 8 May 1993 00:46:17 +0000 Subject: [PATCH] Have to add in vm:code-constants-offset when computing byte-component entry patch offsets. --- compiler/dump.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/dump.lisp b/compiler/dump.lisp index 35463c1a7..20fab776e 100644 --- a/compiler/dump.lisp +++ b/compiler/dump.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.49 1993/03/12 15:32:33 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.50 1993/05/08 00:46:17 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -691,7 +691,7 @@ (handle (dump-push handle file)) (t - (entry-patches (cons info i)) + (entry-patches (cons info (+ i vm:code-constants-offset))) (dump-fop 'lisp::fop-misc-trap file))))) (:load-time-value (dump-push (cdr entry) file)) -- GitLab