mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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 <richard.henderson@linaro.org>
This commit is contained in:
parent
b07d1c2f56
commit
a46c1244a0
7 changed files with 0 additions and 13295 deletions
2
disas.c
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue