Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Fri, 7 Aug 1987 17:14:20 +0000 (17:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 7 Aug 1987 17:14:20 +0000 (17:14 +0000)
v7/src/compiler/machines/bobcat/instr4.scm

index c7f42e9504c5ceed020bdef590da9b897eb4528d..4978c69454ae4450d2875a94c3722f91849b052c 100644 (file)
@@ -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)