From 274dca38d67ce9af903674ea229078e31e479c6c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 27 Nov 1990 08:45:47 +0000 Subject: [PATCH] typo. --- code/sparc-vm.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/sparc-vm.lisp b/code/sparc-vm.lisp index 17a48b4e7..bf4b6fc15 100644 --- a/code/sparc-vm.lisp +++ b/code/sparc-vm.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-vm.lisp,v 1.3 1990/11/26 18:49:59 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-vm.lisp,v 1.4 1990/11/27 08:45:47 wlott Exp $ ;;; ;;; This file contains the SPARC specific runtime stuff. ;;; @@ -60,7 +60,7 @@ (vector (make-array length :element-type '(unsigned-byte 8)))) (declare (type system-area-pointer pc) (type (unsigned-byte 8) length) - (type (simple-array (unsigned-byte 8) (*))) vector) + (type (simple-array (unsigned-byte 8) (*)) vector)) (copy-from-system-area pc (* vm:byte-bits 5) vector (* vm:word-bits vm:vector-data-offset) -- GitLab