tcg/tci: Use {set,clear}_helper_retaddr
commit2fc6f16ca5eedc7881df7f0a1fcfcf8cb52731ac
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 May 2021 19:41:07 +0000 (27 12:41 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 18:09:01 +0000 (19 11:09 -0700)
tree0dbc8b2be03750d14ffceff255a64f88eff4506e
parentd1b1348cc33e5de3449f47d757141d7771b10e9e
tcg/tci: Use {set,clear}_helper_retaddr

Wrap guest memory operations for tci like we do for cpu_ld*_data.

We cannot actually use the cpu_ldst.h interface without duplicating
the memory trace operations performed within, which will already
have been expanded into the tcg opcode stream.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci.c