From: Chris Hanson Date: Fri, 7 Aug 1987 17:14:20 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~13176 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2c39c004903ea9a098cd189930dfe2e7f82ccc22;p=mit-scheme.git Fix typo. --- 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)