Fix typo.
This commit is contained in:
parent
1b0b5b1b6a
commit
c13781b849
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user