mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2009-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* r8c.opc, m32c.opc: Add parentheses to remove warnings.
This commit is contained in:
@ -642,13 +642,13 @@ next_opcode:
|
||||
|
||||
prefix (0, 0, 0);
|
||||
sc = decode_src23 (sss, ss, 1);
|
||||
BIT_OPC (sc, bit, !b & carry);
|
||||
BIT_OPC (sc, bit, (!b) & carry);
|
||||
|
||||
/** 0000 0001 1101 sss0 ss11 0bit BNOR src */
|
||||
|
||||
prefix (0, 0, 0);
|
||||
sc = decode_src23 (sss, ss, 1);
|
||||
BIT_OPC (sc, bit, !b | carry);
|
||||
BIT_OPC (sc, bit, (!b) | carry);
|
||||
|
||||
/** 1101 ddd0 dd01 1bit BNOT dest */
|
||||
|
||||
|
Reference in New Issue
Block a user