mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
disas: Remove old libopcode s390 disassembler
Capstone should be superior to the old libopcode disassembler, so we can drop the old file nowadays. Message-Id: <20220412165836.355850-2-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
bc556c6686
commit
9992f57978
6 changed files with 0 additions and 1898 deletions
1
disas.c
1
disas.c
|
@ -201,7 +201,6 @@ static void initialize_debug_host(CPUDebug *s)
|
|||
#elif defined(__m68k__)
|
||||
s->info.print_insn = print_insn_m68k;
|
||||
#elif defined(__s390__)
|
||||
s->info.print_insn = print_insn_s390;
|
||||
s->info.cap_arch = CS_ARCH_SYSZ;
|
||||
s->info.cap_insn_unit = 2;
|
||||
s->info.cap_insn_split = 6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue