diff options
author | Kele Huang <kele.hwang@gmail.com> | 2020-10-02 16:14:20 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2020-10-08 05:57:32 -0500 |
commit | 62475e9d007d83db4d0a6ccebcda8914f392e9c9 (patch) | |
tree | 8fc09c1a671e1213b930f8b4d97f02d212569bd5 /qga | |
parent | cae5d53b9e72d7a1e43cebeb36471d77a16c6e43 (diff) | |
download | qemu-62475e9d007d83db4d0a6ccebcda8914f392e9c9.zip qemu-62475e9d007d83db4d0a6ccebcda8914f392e9c9.tar.gz qemu-62475e9d007d83db4d0a6ccebcda8914f392e9c9.tar.bz2 |
accel/tcg: Fix computing of is_write for MIPS
Detect all MIPS store instructions in cpu_signal_handler for all available
MIPS versions, and set is_write if encountering such store instructions.
This fixed the error while dealing with self-modified code for MIPS.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Kele Huang <kele.hwang@gmail.com>
Signed-off-by: Xu Zou <iwatchnima@gmail.com>
Message-Id: <20201002081420.10814-1-kele.hwang@gmail.com>
[rth: Use uintptr_t for pc to fix n32 build error.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'qga')
0 files changed, 0 insertions, 0 deletions