aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2019-08-26 09:51:11 +0200
committerRichard Henderson <richard.henderson@linaro.org>2019-09-03 08:34:18 -0700
commit200aa7a527dd2af04a0cf524a44596e89db6d4d6 (patch)
treeb8c4eacf757483d01632bff6f319b303bb8d275a /target/hppa
parent3a9576ec98cf87ac29e6e3aa885d6c782f918f73 (diff)
downloadqemu-200aa7a527dd2af04a0cf524a44596e89db6d4d6.zip
qemu-200aa7a527dd2af04a0cf524a44596e89db6d4d6.tar.gz
qemu-200aa7a527dd2af04a0cf524a44596e89db6d4d6.tar.bz2
hppa/tcg: Call probe_write() also for CONFIG_USER_ONLY
We now have a variant for CONFIG_USER_ONLY as well. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20190826075112.25637-7-david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa')
-rw-r--r--target/hppa/op_helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/hppa/op_helper.c b/target/hppa/op_helper.c
index df0f136..f0516e8 100644
--- a/target/hppa/op_helper.c
+++ b/target/hppa/op_helper.c
@@ -137,9 +137,7 @@ static void do_stby_e(CPUHPPAState *env, target_ulong addr, target_ureg val,
default:
/* Nothing is stored, but protection is checked and the
cacheline is marked dirty. */
-#ifndef CONFIG_USER_ONLY
probe_write(env, addr, 0, cpu_mmu_index(env, 0), ra);
-#endif
break;
}
}