From b3c3dd30e3d67e96d20cc3f6758d48dba6e25b44 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 9 Oct 1992 14:16:17 +0000
Subject: [PATCH] Call VM:SANCTIFY-FOR-EXECUTION after creating
 code-components.

---
 compiler/generic/core.lisp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/compiler/generic/core.lisp b/compiler/generic/core.lisp
index 0a47f9b9c..c8f7aa634 100644
--- a/compiler/generic/core.lisp
+++ b/compiler/generic/core.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/generic/core.lisp,v 1.18 1992/08/03 12:44:38 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/core.lisp,v 1.19 1992/10/09 14:16:17 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -162,6 +162,8 @@
       (dolist (entry (ir2-component-entries 2comp))
 	(make-function-entry entry code-obj object))
       
+      (vm:sanctify-for-execution code-obj)
+
       (let ((info (debug-info-for-component component)))
 	(push info (core-object-debug-info object))
 	(setf (code-header-ref code-obj vm:code-debug-info-slot) info))
-- 
GitLab