diff options
author | Nick Clifton <nickc@redhat.com> | 2007-04-21 12:25:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-04-21 12:25:13 +0000 |
commit | c13781b849c7762655fc29e989c039ac4948e271 (patch) | |
tree | 7f220e347ad70461c881951fa271d7dadff438cb /gas/config | |
parent | 1b0b5b1b6ae0149ec1162b95629ebd4bea6de59b (diff) | |
download | gdb-c13781b849c7762655fc29e989c039ac4948e271.zip gdb-c13781b849c7762655fc29e989c039ac4948e271.tar.gz gdb-c13781b849c7762655fc29e989c039ac4948e271.tar.bz2 |
Fix typo.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 3a7ac94..5ed9ba8 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 |