From 81db5b4e78a8a1462ff5cc05280d8697f7c1f86f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 21 Apr 2007 12:25:13 +0000 Subject: [PATCH] Fix typo. --- gas/ChangeLog | 4 ++++ gas/config/tc-ia64.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index f573cfb931..0fff41bc15 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-04-21 Nick Clifton + + * config/tc-ia64.c (emit_one_bundle): Fix typo. + 2007-04-21 Alan Modra * expr.c (expr): Assert on rankarg, not rank which can be unsigned. diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 3a7ac94f62..5ed9ba82ad 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -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 -- 2.11.0