OSDN Git Service

target/avr: Add missing includes of qemu/error-report.h
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 28 Mar 2023 01:21:42 +0000 (18:21 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000 (12:04 -0700)
commitacf2f8595aaa3b1c0993e1ea17e233b59f9e87a7
tree05833e8e7d9ad734c981df9f5640f6ea4a449e89
parentd0a9bb5ecb85383198fb416bb8ecfd11127e6452
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>
target/avr/helper.c