From 7206b4d841a7274fe0933252f88c75f34f66b8c1 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 29 Apr 1990 02:48:40 +0000 Subject: [PATCH] typo --- compiler/mips/array.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/array.lisp b/compiler/mips/array.lisp index 9d76c0ba2..1c4bf0ea3 100644 --- a/compiler/mips/array.lisp +++ b/compiler/mips/array.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.11 1990/04/27 19:19:27 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.12 1990/04/29 02:48:40 wlott Exp $ ;;; ;;; This file contains the MIPS definitions for array operations. ;;; @@ -141,7 +141,7 @@ (define-vop (raw-bits word-index-ref) (:note "raw-bits VOP") (:translate %raw-bits) - (:results (result :scs (unsigned-reg))) + (:results (value :scs (unsigned-reg))) (:variant 0 vm:other-pointer-type)) (define-vop (set-raw-bits word-index-set) -- GitLab