Change the size field of MSP430_Opcode_Decoded to a plain integer.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 11 Jun 2016 14:20:02 +0000 (07:20 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 14 Jun 2016 18:41:34 +0000 (11:41 -0700)
commit99a54ef6f705eedb20f8f4baf3fdd47cc5ca8a92
tree2beb7125c18fc8665cf443b4a360d5bb9246a92e
parenteecc1a7faa15327d4a1fc574d9b54e86bb07cbec
Change the size field of MSP430_Opcode_Decoded to a plain integer.

The size field was defined as an instance of an enum, but existing code
treats the size field as a plain integer containing a bit count.

include/ChangeLog:

* opcode/msp430-decode.h (MSP430_Size): Remove.
(Msp430_Opcode_Decoded): Change type of size to int.
include/ChangeLog
include/opcode/msp430-decode.h