* config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
authorBob Wilson <bob.wilson@acm.org>
Mon, 11 Apr 2005 22:45:37 +0000 (22:45 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 11 Apr 2005 22:45:37 +0000 (22:45 +0000)
gas/ChangeLog
gas/config/tc-xtensa.c

index 48976ca05071d6db961f431343192877a59589af..e26006ba8d6a66476dec5c0f8c4020327f031ba8 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-11  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
+
 2005-04-11  Mark Kettenis  <kettenis@gnu.org>
 
        * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
index 188987df5f9e116f98732ca7e8fae0ec97ff83e9..0dadbfbecd2861d55ff581bc1e8dd4056ab6ef6d 100644 (file)
@@ -6421,7 +6421,7 @@ check_t1_t2_reads_and_writes (TInsn *t1, TInsn *t2)
        {
          xtensa_interface t1_int
            = xtensa_interfaceOperand_interface (isa, t1->opcode, j);
-         int t1_class = xtensa_interface_class_id (isa, t2_int);
+         int t1_class = xtensa_interface_class_id (isa, t1_int);
 
          t1_inout = xtensa_interface_inout (isa, i);
          if (xtensa_interface_has_side_effect (isa, t1_int) == 1)
This page took 0.033617 seconds and 4 git commands to generate.