]> git.proxmox.com Git - qemu.git/commit - configure
target-lm32: add simple disassembler
authorMichael Walle <michael@walle.cc>
Sat, 31 Mar 2012 17:54:20 +0000 (19:54 +0200)
committerMichael Walle <michael@walle.cc>
Sun, 1 Apr 2012 18:30:23 +0000 (20:30 +0200)
commit79368f4984eefcbed5d714c6131e58fd71178030
treed8803db0048545aaa9f4c9a078773bb3ad6a1e41
parent060544d30f4cc94bced1186e1b042960aebcdfea
target-lm32: add simple disassembler

Because binutils disassembler is based on libopcode, this is a rewrite from
scratch.

Signed-off-by: Michael Walle <michael@walle.cc>
Makefile.objs
configure
dis-asm.h
disas.c
lm32-dis.c [new file with mode: 0644]