From 0f2fddc1272d26a9c96d3717d1591d6f39619e6c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 21 Feb 1992 23:57:03 +0000 Subject: [PATCH] typo. --- code/bit-bash.lisp | 4 ++-- compiler/mips/sap.lisp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/bit-bash.lisp b/code/bit-bash.lisp index 8446724e2..9750f8995 100644 --- a/code/bit-bash.lisp +++ b/code/bit-bash.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bit-bash.lisp,v 1.14 1992/02/21 23:24:16 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bit-bash.lisp,v 1.15 1992/02/21 23:56:04 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -137,7 +137,7 @@ (optimize (speed 3) (safety 0))) (sap-ref-32 sap (the index (ash offset 2)))) ;;; -(defun %set-word-sap-ref) (sap offset value) +(defun %set-word-sap-ref (sap offset value) (declare (type system-area-pointer sap) (type index offset) (type (unsigned-byte 32) value) diff --git a/compiler/mips/sap.lisp b/compiler/mips/sap.lisp index f4bee519b..bb8a841c6 100644 --- a/compiler/mips/sap.lisp +++ b/compiler/mips/sap.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/mips/sap.lisp,v 1.22 1992/02/21 23:20:56 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.23 1992/02/21 23:57:03 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -163,7 +163,7 @@ (define-vop (,ref-name) (:translate ,ref-name) (:policy :fast-safe) - (:args (sap-arg :scs (sap-reg) :target sap) + (:args (object :scs (sap-reg) :target sap) (offset :scs (unsigned-reg negative-immediate zero immediate))) (:arg-types system-area-pointer unsigned-num) (:results (result :scs (,sc))) -- GitLab