mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
* config/tc-arm.c (do_umaal): Fix typo.
This commit is contained in:
parent
42e44c6dee
commit
5533419b3d
@ -1,3 +1,7 @@
|
||||
2003-12-09 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/tc-arm.c (do_umaal): Fix typo.
|
||||
|
||||
2003-12-06 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* dwarf2dbg.c: Convert to ISO-C.
|
||||
|
@ -4877,7 +4877,7 @@ do_umaal (str)
|
||||
|| skip_past_comma (& str) == FAIL
|
||||
|| (rm = reg_required_here (& str, 0)) == FAIL
|
||||
|| skip_past_comma (& str) == FAIL
|
||||
|| (rm = reg_required_here (& str, 8)) == FAIL)
|
||||
|| (rs = reg_required_here (& str, 8)) == FAIL)
|
||||
{
|
||||
inst.error = BAD_ARGS;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user