[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] hvf: arm: Include target/arm/cpregs.h
From: |
Akihiko Odaki |
Subject: |
[PATCH] hvf: arm: Include target/arm/cpregs.h |
Date: |
Sun, 29 May 2022 17:27:09 +0900 |
hvf was missed when cpregs.h was split out.
Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
---
target/arm/hvf/hvf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c
index 86710509d20..e595da31b9e 100644
--- a/target/arm/hvf/hvf.c
+++ b/target/arm/hvf/hvf.c
@@ -25,6 +25,7 @@
#include "qemu/main-loop.h"
#include "sysemu/cpus.h"
#include "arm-powerctl.h"
+#include "target/arm/cpregs.h"
#include "target/arm/cpu.h"
#include "target/arm/internals.h"
#include "trace/trace-target_arm_hvf.h"
--
2.32.0 (Apple Git-132)
- [PATCH] hvf: arm: Include target/arm/cpregs.h,
Akihiko Odaki <=