From 2c39c004903ea9a098cd189930dfe2e7f82ccc22 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 7 Aug 1987 17:14:20 +0000 Subject: [PATCH] Fix typo. --- v7/src/compiler/machines/bobcat/instr4.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/instr4.scm b/v7/src/compiler/machines/bobcat/instr4.scm index c7f42e950..4978c6945 100644 --- a/v7/src/compiler/machines/bobcat/instr4.scm +++ b/v7/src/compiler/machines/bobcat/instr4.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/instr4.scm,v 1.2 1987/07/21 15:13:39 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/instr4.scm,v 1.3 1987/08/07 17:14:20 cph Rel $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -144,7 +144,7 @@ MIT in each case. |# (3 #b100) (3 r-offset) (3 #b100) - (3 width))))))) + (3 r-width))))))) (define-bitfield-manipulation-2 BFCHG #b1010 ea-d/c&a) (define-bitfield-manipulation-2 BFCLR #b1100 ea-d/c&a) -- 2.25.1