diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-04-19 07:37:00 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:56 +0100 |
commit | 069ea4c825ef2bd897139536aa00856bed1ef5e9 (patch) | |
tree | cd25fc1383fd621149807e6cc6c0bb8b99e8d34c /include/qemu/host-utils.h | |
parent | 433442a75d04f446eae229d91d65b0afc9bf92fd (diff) | |
download | qemu-069ea4c825ef2bd897139536aa00856bed1ef5e9.zip qemu-069ea4c825ef2bd897139536aa00856bed1ef5e9.tar.gz qemu-069ea4c825ef2bd897139536aa00856bed1ef5e9.tar.bz2 |
tcg/tci: Include missing 'disas/dis-asm.h' header
"disas/dis-asm.h" defines bfd_vma and disassemble_info,
include it in order to avoid (when refactoring other
headers):
tcg/tci.c:1066:20: error: unknown type name 'bfd_vma'
int print_insn_tci(bfd_vma addr, disassemble_info *info)
^
tcg/tci.c:1066:34: error: unknown type name 'disassemble_info'
int print_insn_tci(bfd_vma addr, disassemble_info *info)
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241218155202.71931-3-philmd@linaro.org>
Diffstat (limited to 'include/qemu/host-utils.h')
0 files changed, 0 insertions, 0 deletions