arc: Swap highbyte and lowbyte in print_insn_arc
authorGraham Markall <graham.markall@embecosm.com>
Thu, 13 Oct 2016 08:34:16 +0000 (09:34 +0100)
committerGraham Markall <graham.markall@embecosm.com>
Thu, 3 Nov 2016 17:14:38 +0000 (17:14 +0000)
commit90f61cceac73fe40dcd21b3590c247bfa624ac00
tree73dec9b2d5a4a15e48b072dc98c92e5393ebee80
parent2e27220211249bfeb38b10e630b33fbd170fce6c
arc: Swap highbyte and lowbyte in print_insn_arc

highbyte and lowbyte actually refer to the low byte and the high
byte respectively, but are used consistently in this swapped
order. This commit swaps them round so that highbyte refers to the
high byte and lowbyte refers to the low byte.

There should be no functional change after this commit.

opcodes/ChangeLog:

   * arc-dis.c (print_insn_arc): Swap highbyte and lowbyte.
opcodes/ChangeLog
opcodes/arc-dis.c
This page took 0.024217 seconds and 4 git commands to generate.