]> xenbits.xensource.com Git - people/dariof/qemu-xen.git/commitdiff
hppa/tcg: Call probe_write() also for CONFIG_USER_ONLY
authorDavid Hildenbrand <david@redhat.com>
Mon, 26 Aug 2019 07:51:11 +0000 (09:51 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Sep 2019 15:34:18 +0000 (08:34 -0700)
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>
target/hppa/op_helper.c

index df0f1361efc9d3647ff5d6656277e6d8d059ecfe..f0516e81f12d69f6bb7d7734b05437f11c051a9f 100644 (file)
@@ -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;
     }
 }