Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rth7680 committed Jun 5, 2023
1 parent d0a9bb5 commit acf2f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/avr/helper.c
Expand Up @@ -20,6 +20,7 @@

#include "qemu/osdep.h"
#include "qemu/log.h"
#include "qemu/error-report.h"
#include "cpu.h"
#include "hw/core/tcg-cpu-ops.h"
#include "exec/exec-all.h"
Expand Down

0 comments on commit acf2f85

Please sign in to comment.