From 85ad3460cbdf4e2a28b5929cb3c734d7c5c5b62c Mon Sep 17 00:00:00 2001
From: chiles <chiles>
Date: Tue, 23 Apr 1991 17:00:07 +0000
Subject: [PATCH] Added the :translate and :policy to code-instructions.

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

diff --git a/compiler/rt/system.lisp b/compiler/rt/system.lisp
index 670e85674..159b2f949 100644
--- a/compiler/rt/system.lisp
+++ b/compiler/rt/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.2 1991/04/21 19:55:59 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.3 1991/04/23 17:00:07 chiles Exp $
 ;;;
 ;;; IBM RT VM definitions of various system hacking operations.
 ;;;
@@ -240,6 +240,8 @@
 ;;;; Code object frobbing.
 
 (define-vop (code-instructions)
+  (:translate code-instructions)
+  (:policy :fast-safe)
   (:args (code :scs (descriptor-reg) :target sap))
   (:temporary (:scs (non-descriptor-reg)) ndescr)
   (:results (sap :scs (sap-reg)))
-- 
GitLab