Fix Typo.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 20 Aug 1987 18:03:45 +0000 (18:03 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 20 Aug 1987 18:03:45 +0000 (18:03 +0000)
v7/src/compiler/machines/vax/dsyn.scm

index ed6cd693e43c32961e046659f4d373cb098c54a7..644781578bd11fc91e8af641700af698f6f03b99 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/dsyn.scm,v 1.1 1987/08/19 05:31:16 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/dsyn.scm,v 1.2 1987/08/20 18:03:45 jinx Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -56,7 +56,7 @@ MIT in each case. |#
   (let ((prefix (cons name (find-pattern-prefix (car case))))
        (opcode-field (cadr case))
        (operands (cddr case)))
-    (if (not (eq? (car opcode) 'BYTE))
+    (if (not (eq? (car opcode-field) 'BYTE))
        (error "process-instruciton-definition: unhandled opcode kind"
               opcode-field))
     (let ((opcode (cadadr opcode-field)))