commit | acf2f8595aaa3b1c0993e1ea17e233b59f9e87a7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 27 18:21:42 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 05 12:04:28 2023 -0700 |
tree | 05833e8e7d9ad734c981df9f5640f6ea4a449e89 | |
parent | d0a9bb5ecb85383198fb416bb8ecfd11127e6452 [diff] |
target/avr: Add missing includes of qemu/error-report.h This had been pulled in from tcg/tcg.h, via exec/cpu_ldst.h, via exec/exec-all.h, but the include of tcg.h will be removed. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>