]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: aarch64/msp430: fix disassembler usage
authorMike Frysinger <vapier@gentoo.org>
Sun, 27 Dec 2015 06:41:27 +0000 (01:41 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 27 Dec 2015 06:44:37 +0000 (01:44 -0500)
commit5d01527536684c75235f2ed288b11d253572b570
tree0962242a06fec9126bc3fc7657e59592dd4dbc6f
parent5e744ef887c1e879052cb30783638807190275f8
sim: aarch64/msp430: fix disassembler usage

The disasm framework reserves the private_data field for the disassemblers
themselves, not for people who use the disassembler.  Instead, there is an
application_data field for callers such as the sim.  Switch to it to avoid
random corruption/crashes when the disassemblers use private_data.
sim/aarch64/ChangeLog
sim/aarch64/interp.c
sim/msp430/ChangeLog
sim/msp430/msp430-sim.c