Typo in field instructions.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 18 Aug 1987 20:23:58 +0000 (20:23 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 18 Aug 1987 20:23:58 +0000 (20:23 +0000)
v7/src/compiler/machines/vax/instr3.scm

index a78d52b2031c9d684c9579ff994e77f2d467f025..5dcd70cfcf8b5935da044c961288b0ebeda1ee4d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/instr3.scm,v 1.2 1987/08/18 08:22:22 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/instr3.scm,v 1.3 1987/08/18 20:23:58 jinx Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -256,7 +256,7 @@ MIT in each case. |#
             (OPERAND L dst))
 
            ((,suffix2 (? pos ea-r-l) (? size ea-r-b) (? base ea-v-b) (? dst ,mode))
-            (BYTE (8 ,(1+ opcode2)))
+            (BYTE (8 ,(1+ opcode)))
             (OPERAND L pos)
             (OPERAND B size)
             (OPERAND B base)