Fix typo.

This commit is contained in:
Nick Clifton 2007-04-21 12:25:13 +00:00
parent 1b0b5b1b6a
commit c13781b849
2 changed files with 5 additions and 1 deletions

View 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.

View 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