Remove trailing spaces in opcodes

This commit is contained in:
H.J. Lu
2015-08-12 04:45:07 -07:00
parent f3445b37b6
commit 43e65147c0
137 changed files with 4011 additions and 4011 deletions

View File

@@ -152,7 +152,7 @@ print_insn_ddt (int insn, struct disassemble_info *info)
while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3)
|| op->nibbles[3] != (unsigned) (insn & 0xf))
op++;
print_movxy (op,
(4 * ((insn & (is_movy ? 0x200 : 0x100)) == 0)
+ 2 * is_movy