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 f573cfb931c685388928c16bca5d604bd5272a08..0fff41bc1554928ef9ee396e5ca991f1d237b4de 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 3a7ac94f62089a9f1f8bae86c5aea14a58adf24e..5ed9ba82ad2e631c5bbb72aa51998d7ef6669c49 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