From ebdc26e43a1f5e6c5b97960101d65994f3cb8417 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 25 Feb 1992 19:45:23 +0000 Subject: [PATCH] typo. --- compiler/sparc/sap.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/sparc/sap.lisp b/compiler/sparc/sap.lisp index 26d0a774f..fc74c8d16 100644 --- a/compiler/sparc/sap.lisp +++ b/compiler/sparc/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/sparc/sap.lisp,v 1.3 1992/02/25 07:10:28 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/sap.lisp,v 1.4 1992/02/25 19:45:23 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -169,7 +169,7 @@ (:generator 5 (inst ,(ecase size (:byte (if signed 'ldsb 'ldub)) - (:short (if signed 'ldsh 'lsuh)) + (:short (if signed 'ldsh 'lduh)) (:long 'ld) (:single 'ldf) (:double 'lddf)) @@ -185,7 +185,7 @@ (:generator 4 (inst ,(ecase size (:byte (if signed 'ldsb 'ldub)) - (:short (if signed 'ldsh 'lsuh)) + (:short (if signed 'ldsh 'lduh)) (:long 'ld) (:single 'ldf) (:double 'lddf)) -- GitLab