diff options
Diffstat (limited to 'accel/tcg/watchpoint.c')
| -rw-r--r-- | accel/tcg/watchpoint.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/accel/tcg/watchpoint.c b/accel/tcg/watchpoint.c index d3aab11458..af57d182d5 100644 --- a/accel/tcg/watchpoint.c +++ b/accel/tcg/watchpoint.c @@ -21,11 +21,14 @@ #include "qemu/main-loop.h" #include "qemu/error-report.h" #include "exec/exec-all.h" -#include "exec/translate-all.h" -#include "sysemu/tcg.h" -#include "sysemu/replay.h" +#include "exec/page-protection.h" +#include "exec/translation-block.h" +#include "tb-internal.h" +#include "system/tcg.h" +#include "system/replay.h" #include "hw/core/tcg-cpu-ops.h" #include "hw/core/cpu.h" +#include "internal-common.h" /* * Return true if this watchpoint address matches the specified |