diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-12-06 16:11:15 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-04-26 15:31:37 +0200 |
commit | 3aac8abaca536db275da671db088fef2dd82536d (patch) | |
tree | 25f6c47845dd45bf3030b197cc9928de65e62dcb /scripts/check_sparse.py | |
parent | 0654c79416f346d967fbc7dad7ca451b49bbd822 (diff) | |
download | qemu-3aac8abaca536db275da671db088fef2dd82536d.zip qemu-3aac8abaca536db275da671db088fef2dd82536d.tar.gz qemu-3aac8abaca536db275da671db088fef2dd82536d.tar.bz2 |
semihosting/uaccess: Avoid including 'cpu.h'
"semihosting/uaccess.h" only requires the following headers:
- "exec/cpu-defs.h" for target_ulong,
- "exec/cpu-common.h" for cpu_memory_rw_debug()
- "exec/tswap.h" for tswap32() and tswap64().
Include them instead of the huge "cpu.h".
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <42c6471e-8383-45e0-85ee-e20ca32ecbad@linaro.org>
Diffstat (limited to 'scripts/check_sparse.py')
0 files changed, 0 insertions, 0 deletions