From 31e52a51fbb70684778f97752537dd335ba32f39 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 18 Aug 1987 20:23:58 +0000 Subject: [PATCH] Typo in field instructions. --- v7/src/compiler/machines/vax/instr3.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/machines/vax/instr3.scm b/v7/src/compiler/machines/vax/instr3.scm index a78d52b20..5dcd70cfc 100644 --- a/v7/src/compiler/machines/vax/instr3.scm +++ b/v7/src/compiler/machines/vax/instr3.scm @@ -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) -- 2.25.1