mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
exec: Restrict 'cpu_ldst.h' to accel/tcg/
Mechanical change using:
$ sed -i -e 's,exec/cpu_ldst,accel/tcg/cpu-ldst,' \
$(git grep -l exec/cpu_ldst.h)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
committed by
Richard Henderson
parent
231a1c0ff4
commit
42fa9665e5
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
||||
#define EXEC_ALL_H
|
||||
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
#include "exec/cpu_ldst.h"
|
||||
#include "accel/tcg/cpu-ldst.h"
|
||||
#endif
|
||||
#include "exec/mmu-access-type.h"
|
||||
#include "exec/translation-block.h"
|
||||
|
||||
Reference in New Issue
Block a user