From: Mark Friedman Date: Thu, 20 Oct 1988 16:11:07 +0000 (+0000) Subject: fixed shift intructions with dynamic bit counts. X-Git-Tag: 20090517-FFI~12507 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5e971295fad771ad2f1110c00a450eb429daa455;p=mit-scheme.git fixed shift intructions with dynamic bit counts. --- diff --git a/v7/src/compiler/machines/bobcat/instr2.scm b/v7/src/compiler/machines/bobcat/instr2.scm index 980336ee4..d73f483c9 100644 --- a/v7/src/compiler/machines/bobcat/instr2.scm +++ b/v7/src/compiler/machines/bobcat/instr2.scm @@ -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)