From f42ef65e084f5a99f04230fe4a85b5d641c69f2d Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 24 Apr 1990 19:10:22 +0000
Subject: [PATCH] typo.

---
 compiler/mips/insts.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 81787090d..b70ddbee8 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.12 1990/04/24 02:56:14 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.13 1990/04/24 19:10:22 wlott Exp $
 ;;;
 ;;; Description of the MIPS architecture.
 ;;;
@@ -501,4 +501,4 @@
 (define-pseudo-instruction compute-lra-from-code 64 (lra code label)
   ;; lra = code + other-pointer-tag + header + label-offset - other-pointer-tag
   (let ((offset (+ (label-position label) (component-header-length))))
-    inst addu lra code offset))
+    (inst addu lra code offset)))
-- 
GitLab