opcodes/arc/nps: Fix some operand flags
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 24 Mar 2016 17:18:41 +0000 (17:18 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 31 Mar 2016 13:06:46 +0000 (14:06 +0100)
commit2cce10e71897b8b985c786c6c323922321408b39
treeeb915fdfc18cdc23d7a040422912ffd155f3cf85
parente7ea3ec7c623be0b9be1eaf4929794652a84be11
opcodes/arc/nps: Fix some operand flags

Some operands accidentally had the ARC_OPERAND_NCHK flag (due to copy &
paste mistake), meaning the operand value was skipping the overflow
check before being inserted.  This commit removes the unwanted flags.

opcodes/ChangeLog:

* arc-opc.c (arc_operands): Fix operand flags for NPS_R_DST, and
NPS_R_SRC1.
opcodes/ChangeLog
opcodes/arc-opc.c