2000-11-02 Theo Honohan <th@futuretv.com>
[external/binutils.git] / gas / config / tc-arm.c
index fd83a42..6f27c64 100644 (file)
@@ -2180,7 +2180,7 @@ do_msr (str, flags)
 
   if (inst.instruction & ((PSR_c | PSR_x | PSR_s) << PSR_SHIFT))
     {
-      inst.error = _("can only set flag field with immediate value");
+      inst.error = _("only flag field of psr can be set with immediate value");
       return;
     }