projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a9bb5
)
target/avr: Add missing includes of qemu/error-report.h
author
Richard Henderson
<richard.henderson@linaro.org>
Tue, 28 Mar 2023 01:21:42 +0000
(18:21 -0700)
committer
Richard Henderson
<richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000
(12:04 -0700)
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
patch
|
blob
|
history
diff --git
a/target/avr/helper.c
b/target/avr/helper.c
index 156dde4e9268a9390c095ab43e7aba8c164331ae..2bad242a66e128e32f2dfe71962cf984700d0263 100644
(file)
--- a/
target/avr/helper.c
+++ b/
target/avr/helper.c
@@
-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"