qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v6 52/54] include/exec: wrap cpu_ldst.h in CONFIG_TCG


From: Alex Bennée
Subject: [PATCH v6 52/54] include/exec: wrap cpu_ldst.h in CONFIG_TCG
Date: Thu, 17 Oct 2019 14:16:13 +0100

This gets around a build problem with --disable-tcg.

Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
---
 include/exec/exec-all.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
index eadcf29d0c..d85e610e85 100644
--- a/include/exec/exec-all.h
+++ b/include/exec/exec-all.h
@@ -22,7 +22,9 @@
 
 #include "cpu.h"
 #include "exec/tb-context.h"
+#ifdef CONFIG_TCG
 #include "exec/cpu_ldst.h"
+#endif
 #include "sysemu/cpus.h"
 
 /* allow to see translation results - the slowdown should be negligible, so we 
leave it */
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]