* config/tc-arm.c (do_umaal): Fix typo.
authorPaul Brook <paul@codesourcery.com>
Tue, 9 Dec 2003 17:41:12 +0000 (17:41 +0000)
committerPaul Brook <paul@codesourcery.com>
Tue, 9 Dec 2003 17:41:12 +0000 (17:41 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 5eaf97a4642fe7977d91fc3c34d702e25d51dacc..e4f154598c8952b0285a008f93edeae00477794b 100644 (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.
index a08b024e934a98b1a9759143243db65c21a84db9..f1ea372a55b0dfc55341f235d858b95988aa65fd 100644 (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;