summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
diff options
context:
space:
mode:
authorRichard Henderson2021-07-27 23:10:22 +0200
committerRichard Henderson2021-10-13 17:46:42 +0200
commitd2ba80265739d1699dd33b93ed7db8d46e875ab6 (patch)
tree31a0b1a3985ef18d8c7cbfc59ac87df052b40c55 /tcg/tcg.c
parenttarget/arm: Use cpu_*_mmu instead of helper_*_mmu (diff)
downloadqemu-d2ba80265739d1699dd33b93ed7db8d46e875ab6.tar.gz
qemu-d2ba80265739d1699dd33b93ed7db8d46e875ab6.tar.xz
qemu-d2ba80265739d1699dd33b93ed7db8d46e875ab6.zip
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
These functions have been replaced by cpu_*_mmu as the most proper interface to use from target code. Hide these declarations from code that should not use them. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tcg.c')
-rw-r--r--tcg/tcg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index 658be0c6b6..024a22cf39 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -58,6 +58,7 @@
#include "elf.h"
#include "exec/log.h"
+#include "tcg/tcg-ldst.h"
#include "tcg-internal.h"
#ifdef CONFIG_TCG_INTERPRETER