fixed shift intructions with dynamic bit counts.
authorMark Friedman <edu/mit/csail/zurich/markf>
Thu, 20 Oct 1988 16:11:07 +0000 (16:11 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Thu, 20 Oct 1988 16:11:07 +0000 (16:11 +0000)
v7/src/compiler/machines/bobcat/instr2.scm

index 980336ee4344e1d8f8350509c1a3d4cf93529a50..d73f483c95d71fb994e38b560661a967779c7f2e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/instr2.scm,v 1.15 1988/04/22 16:32:44 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/instr2.scm,v 1.16 1988/10/20 16:11:07 markf Rel $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -360,7 +360,7 @@ MIT in each case. |#
 (let-syntax ((define-shift-instruction
              (macro (keyword bits)
                `(define-instruction ,keyword
-                  (((? d rl) (? s bwl) (D (? ry)) (D (? rx)))
+                  (((? d rl) (? s bwl) (D (? rx)) (D (? ry)))
                    (WORD (4 #b1110)
                          (3 rx)
                          (1 d)