From 2aff6360ecc7a8ccdcaad560f6da42615d0a5598 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 8 Feb 1990 19:34:59 +0000
Subject: [PATCH] Fixed typo.

---
 compiler/mips/arith.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp
index fd328d7e8..883380796 100644
--- a/compiler/mips/arith.lisp
+++ b/compiler/mips/arith.lisp
@@ -34,7 +34,7 @@
     (inst sub res zero-tn x)))
 
 (define-vop (fast-lognot/fixnum fixnum-unop)
-  (:temporary (:scs (any-reg) :type fixnum :to (result 0))
+  (:temporary (:scs (any-reg) :type fixnum :to (:result 0))
 	      temp)
   (:translate lognot)
   (:generator 1
-- 
GitLab