On 2/13/20 2:51 PM, Alex Bennée wrote: > From: Richard Henderson <richard.hender...@linaro.org> > > While do_gen_mem_cb does copy (via extu_tl_i64) vaddr into a new temp > this won't help if the vaddr temp gets clobbered by the actual > load/store op. To avoid this clobbering we explicitly copy vaddr > before the op to ensure it is live my the time we do the > instrumentation. > > Suggested-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Cc: qemu-sta...@nongnu.org > --- > tcg/tcg-op.c | 23 ++++++++++++++++++++--- > 1 file changed, 20 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~