Typo fixes in comment.

This commit is contained in:
Joern Rennecke 2002-06-19 14:31:07 +00:00
parent 5db33d76e1
commit 7dd04abd82
1 changed files with 5 additions and 5 deletions

View File

@ -2259,11 +2259,11 @@ assemble_ppi (op_end, opcode)
default: default:
as_bad (_("bad padd / psub pmuls output operand")); as_bad (_("bad padd / psub pmuls output operand"));
} }
/* Generate waring if destination register for padd / psub /* Generate warning if the destination register for padd / psub
and pmuls is same ( only for A0 or A1 ) and pmuls is the same ( only for A0 or A1 ).
If last nibble is 1010 then A0 is used in both padd / psub If the last nibble is 1010 then A0 is used in both
and pmuls. If it is 1111 then A1 is used as destination padd / psub and pmuls. If it is 1111 then A1 is used
register in both padd / psub and pmuls */ as destination register in both padd / psub and pmuls. */
if ((((field_b | reg_efg) & 0x000F) == 0x000A) if ((((field_b | reg_efg) & 0x000F) == 0x000A)
|| (((field_b | reg_efg) & 0x000F) == 0x000F)) || (((field_b | reg_efg) & 0x000F) == 0x000F))