projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb1a41
)
target/hexagon: Add missing 'hw/core/cpu.h' include
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Mon, 14 Feb 2022 16:16:34 +0000
(17:16 +0100)
committer
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sun, 6 Mar 2022 12:15:42 +0000
(13:15 +0100)
HexagonCPU field parent_class is of type CPUClass, which
is declared in "hw/core/cpu.h".
Reviewed-by: Damien Hedde <damien.hedde@greensocs.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <
20220214183144
.27402-11-f4bug@amsat.org>
target/hexagon/cpu.h
patch
|
blob
|
history
diff --git
a/target/hexagon/cpu.h
b/target/hexagon/cpu.h
index 096aa2deb6cab34addee51579e1c219857ad9977..76cd1d50219ec80bdb162fed1b6953555ea606ce 100644
(file)
--- a/
target/hexagon/cpu.h
+++ b/
target/hexagon/cpu.h
@@
-27,6
+27,7
@@
typedef struct CPUHexagonState CPUHexagonState;
#include "hex_regs.h"
#include "mmvec/mmvec.h"
#include "qom/object.h"
+#include "hw/core/cpu.h"
#define NUM_PREGS 4
#define TOTAL_PER_THREAD_REGS 64