On 10/2/20 3:14 AM, Kele Huang wrote: > 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.hender...@linaro.org> > Signed-off-by: Kele Huang <kele.hw...@gmail.com> > Signed-off-by: Xu Zou <iwatchn...@gmail.com> > --- > accel/tcg/user-exec.c | 39 ++++++++++++++++++++++++++++++++++++++- > 1 file changed, 38 insertions(+), 1 deletion(-)
Queued to tcg-next. r~