From a46c1244a0d65d5f37fc12e4d42f2479eac87b52 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 5 Sep 2017 08:50:18 -0700 Subject: tcg: Remove support for ia64 as host We threatened to remove ia64 as host in v2.9.0. Its time has now come. There are still some usages of defined(__ia64__) throughout the source code that would be triggered if one were to enable TCI on an ia64 host. Leave those alone for now. Signed-off-by: Richard Henderson --- disas.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'disas.c') diff --git a/disas.c b/disas.c index d335c55bbf..d6a1eb9c8e 100644 --- a/disas.c +++ b/disas.c @@ -313,8 +313,6 @@ void disas(FILE *out, void *code, unsigned long size) print_insn = print_insn_s390; #elif defined(__hppa__) print_insn = print_insn_hppa; -#elif defined(__ia64__) - print_insn = print_insn_ia64; #endif if (print_insn == NULL) { print_insn = print_insn_od_host; -- cgit v1.2.1