mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
include/exec: wrap cpu_ldst.h in CONFIG_TCG
This gets around a build problem with --disable-tcg. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
e4fbd37fc0
commit
dc069b22a1
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue