diff options
author | 2014-09-13 09:45:16 -0700 | |
---|---|---|
committer | 2014-09-25 18:54:21 +0100 | |
commit | 774f0abeae3780db03e2ece61eb712e219b4511d (patch) | |
tree | 2111f2515766b8faa74d78e76ec9c9d0679cab1a /cpu-exec.c | |
parent | target-m68k: Use cpu_exec_enter/exit qom hooks (diff) | |
download | qemu-774f0abeae3780db03e2ece61eb712e219b4511d.tar.xz qemu-774f0abeae3780db03e2ece61eb712e219b4511d.zip |
target-ppc: Use cpu_exec_enter qom hook
Cc: qemu-ppc@nongnu.org
Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1410626734-3804-6-git-send-email-rth@twiddle.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'cpu-exec.c')
-rw-r--r-- | cpu-exec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu-exec.c b/cpu-exec.c index 9f84dda020..d930e7a49a 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -352,9 +352,6 @@ int cpu_exec(CPUArchState *env) cpu->exit_request = 1; } -#if defined(TARGET_PPC) - env->reserve_addr = -1; -#endif cc->cpu_exec_enter(cpu); cpu->exception_index = -1; |