From d41f3c3cc7a5fb9de144cc4022da14a9ff010671 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 13 Sep 2016 16:25:52 +0200 Subject: Remove remainders of HPPA backend The HPPA backend has been removed by the following commit: 802b5081233a6b643a8b135a5facaf14bafaa77d tcg-hppa: Remove tcg backend But some small pieces of the HPPA backend still survived until today. Since we also do not have support for a HPPA target in QEMU, we can nowadays safely remove the remaining HPPA parts (like the disassembler code, or the detection of HPPA in the configure script). Signed-off-by: Thomas Huth Signed-off-by: Michael Tokarev --- disas.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'disas.c') diff --git a/disas.c b/disas.c index 05a7a1260a..67f116a19b 100644 --- a/disas.c +++ b/disas.c @@ -310,8 +310,6 @@ void disas(FILE *out, void *code, unsigned long size) print_insn = print_insn_m68k; #elif defined(__s390__) print_insn = print_insn_s390; -#elif defined(__hppa__) - print_insn = print_insn_hppa; #elif defined(__ia64__) print_insn = print_insn_ia64; #endif -- cgit v1.2.1