diff options
author | Sergey Fedorov <serge.fdrv@gmail.com> | 2016-05-03 17:34:10 +0300 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2016-05-12 14:06:42 -1000 |
commit | c6f0d9f84c43ae973270df1a77482466558ee487 (patch) | |
tree | e46cb45139d4d111950c655fa555b3fed00772f9 | |
parent | 3213525f8ab48742db09dab18cb9ae6f36a6c921 (diff) |
cpu-exec: Remove relic orphaned comment
This comment should have been deleted by commit 0ac087f1f3ae ("removed
unused code") but somehow it is still here. There's no point to keep it.
Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Message-Id: <1462286050-21778-1-git-send-email-sergey.fedorov@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
-rw-r--r-- | cpu-exec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu-exec.c b/cpu-exec.c index d43d5ae729..d55faa5114 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -582,8 +582,6 @@ int cpu_exec(CPUState *cpu) /* Try to align the host and virtual clocks if the guest is in advance */ align_clocks(&sc, cpu); - /* 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) |