mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Remove trailing spaces in opcodes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user