Fix bug introduced in last change.
authorChris Hanson <org/chris-hanson/cph>
Fri, 1 Apr 1988 23:43:17 +0000 (23:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 1 Apr 1988 23:43:17 +0000 (23:43 +0000)
v7/src/compiler/machines/bobcat/rules3.scm

index 562945cfefe2bb45c7e0a38a5188747996abd0b2..225252a0d4e92105ec8210166b177fac1c83ead5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/rules3.scm,v 4.6 1988/03/25 21:20:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/rules3.scm,v 4.7 1988/04/01 23:43:17 cph Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -370,7 +370,7 @@ MIT in each case. |#
         (MOVE W (& #x4eb9) (@A+ 5))                    ; (JSR (L <entry>))
         (MOVE L ,temp-ref (@A+ 5))
         (CLR W (@A+ 5))
-        ,@(increment-machine-register 15 size))))
+        ,@(increment-machine-register 13 size))))
 \f
 ;;;; Entry Header
 ;;; This is invoked by the top level of the LAP generator.