diff --git a/qemu/cpu-exec.c b/qemu/cpu-exec.c index 2608fe94..480d26c6 100644 --- a/qemu/cpu-exec.c +++ b/qemu/cpu-exec.c @@ -215,8 +215,6 @@ int cpu_exec(struct uc_struct *uc, CPUState *cpu) break; } } - /* reset soft MMU for next block (it can currently - only be set by a memory fault) */ } /* for(;;) */ } else { #if defined(__clang__) || !QEMU_GNUC_PREREQ(4, 6)