offset -> (next-offset)
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 18 Aug 1992 13:40:14 +0000 (13:40 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 18 Aug 1992 13:40:14 +0000 (13:40 +0000)
v7/src/compiler/machines/i386/dassm3.scm

index 2361f6d030ca0bd1f42b2e73f8f14f1f522921d1..e20005e6017a97f13afb7902a4de4c4547f9ed02 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/dassm3.scm,v 1.3 1992/08/11 02:20:16 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/dassm3.scm,v 1.4 1992/08/18 13:40:14 jinx Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
 
@@ -126,7 +126,7 @@ MIT in each case. |#
                                 (fix:= scale 1))
                            (if (not size)
                                (@R index)
-                               (@RO size index offset)))
+                               (@RO size index (next-offset))))
                           ((not size)
                            `(@RI ,base ,index ,scale))
                           (else