From 629035d3799deef47c0b24cd6091bd8d97cdafb6 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 15 Dec 1990 20:26:00 +0000 Subject: [PATCH] Fixed a syntax error exposed by the new defmacro. --- compiler/sparc/arith.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/sparc/arith.lisp b/compiler/sparc/arith.lisp index d4c20f4b2..77389c7d0 100644 --- a/compiler/sparc/arith.lisp +++ b/compiler/sparc/arith.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.3 1990/12/11 22:16:03 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.4 1990/12/15 20:26:00 wlott Exp $ ;;; ;;; This file contains the VM definition arithmetic VOPs for the MIPS. ;;; @@ -526,7 +526,6 @@ (:results (result :scs (unsigned-reg)) (borrow :scs (unsigned-reg))) (:result-types unsigned-num positive-fixnum) - (:temporary (temp :scs (non-descriptor-reg))) (:generator 4 (inst subcc zero-tn c 1) (inst subxcc result a b) -- GitLab