On 8/27/24 01:29, Deepak Gupta wrote:
This patch adds one more word for tcg compile which can be obtained during
unwind time to determine fault type for original operation (example AMO).
Depending on that, fault can be promoted to store/AMO fault.
Signed-off-by: Deepak Gupta<de...@rivosinc.com>
Suggested-by: Richard Henderson<richard.hender...@linaro.org>
---
target/riscv/cpu.h | 9 ++++++++-
target/riscv/cpu_helper.c | 20 ++++++++++++++++++++
target/riscv/tcg/tcg-cpu.c | 1 +
target/riscv/translate.c | 2 +-
4 files changed, 30 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~