From ef5e7b037a157eb7d72a90e9c7167d1dbf11372d Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 20 Dec 1991 21:40:35 +0000
Subject: [PATCH] Added DISASSEM:SET-DISASSEM-PARAMS so that the file will
 compile again. Real disassembler annotations can wait.

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

diff --git a/compiler/rt/insts.lisp b/compiler/rt/insts.lisp
index d48039d57..bea96cd45 100644
--- a/compiler/rt/insts.lisp
+++ b/compiler/rt/insts.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/rt/insts.lisp,v 1.11 1991/10/22 16:43:44 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/insts.lisp,v 1.12 1991/12/20 21:40:35 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -24,6 +24,7 @@
 
 ;;;; Resources:
 
+(disassem:set-disassem-params :instruction-alignment 16)
 (define-resources memory float-status mq cc)
 
 
-- 
GitLab