On 6/1/21 5:01 PM, Richard Henderson wrote:
> This reverts commit dc09f047eddec8f4a1991c4f5f4a428d7aa3f2c0.
> 
> For tcg, tracepoints are expanded inline in tcg opcodes.
> Using a helper which generates a second tracepoint is incorrect.
> 
> For system mode, the extraction and re-packing of MemOp and mmu_idx
> lost the alignment information from MemOp.  So we were no longer
> raising alignment exceptions for !TARGET_ALIGNED_ONLY guests.
> This can be seen in tests/tcg/xtensa/test_load_store.S.
> 
> For user mode, we must update to the new signature of g2h() so that
> the revert compiles.  We can leave set_helper_retaddr for later.
> 
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  tcg/tci.c | 73 ++++++++++++++++++++++++++++++++++---------------------
>  1 file changed, 45 insertions(+), 28 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Reply via email to