mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06: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:
parent
231a1c0ff4
commit
42fa9665e5
61 changed files with 63 additions and 63 deletions
|
@ -2,7 +2,7 @@
|
|||
#define QEMU_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
#include "accel/tcg/cpu-ldst.h"
|
||||
|
||||
#include "user/abitypes.h"
|
||||
#include "user/page-protection.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue