From 6439f28fb47bc0050102186febe4ebe13eddd14d Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 3 Oct 1991 13:27:20 +0000 Subject: [PATCH] Fixed MFMQSCR annotation to write its operand rather than reading it. --- compiler/rt/insts.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rt/insts.lisp b/compiler/rt/insts.lisp index 239012404..ebc922f88 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.9 1991/08/25 18:15:51 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/insts.lisp,v 1.10 1991/10/03 13:27:20 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -730,7 +730,7 @@ (define-instruction (mfmqscr) (r (op :constant #x96) (r2 :constant 10) - (r3 :argument register))) + (r3 :argument register :read nil :write t))) -- GitLab