OSDN Git Service

Fix typo.
authorNick Clifton <nickc@redhat.com>
Sat, 21 Apr 2007 12:25:13 +0000 (12:25 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 21 Apr 2007 12:25:13 +0000 (12:25 +0000)
gas/ChangeLog
gas/config/tc-ia64.c

index f573cfb..0fff41b 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-21  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-ia64.c (emit_one_bundle): Fix typo.
+
 2007-04-21  Alan Modra  <amodra@bigpond.net.au>
 
        * expr.c (expr): Assert on rankarg, not rank which can be unsigned.
index 3a7ac94..5ed9ba8 100644 (file)
@@ -6691,7 +6691,7 @@ emit_one_bundle ()
   int addr_mod;
 
   first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS;
-  know (first >= 0 & first < NUM_SLOTS);
+  know (first >= 0 && first < NUM_SLOTS);
   n = MIN (3, md.num_slots_in_use);
 
   /* Determine template: user user_template if specified, best match