* config/tc-arm.c (do_umaal): Fix typo.

This commit is contained in:
Paul Brook 2003-12-09 17:41:12 +00:00
parent 42e44c6dee
commit 5533419b3d
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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;