On 7/31/25 08:06, Pierrick Bouvier wrote:
This allows to get rid of sizeof(target_ulong) for riscv, without
changing the semantic.
Signed-off-by: Pierrick Bouvier<pierrick.bouv...@linaro.org>
---
target/arm/common-semi-target.h | 5 -----
target/riscv/common-semi-target.h | 5 -----
semihosting/arm-compat-semi.c | 4 +++-
3 files changed, 3 insertions(+), 11 deletions(-)
I suspect riscv32 should have matched riscv64 in always supporting extended, and that this
was blind copying of the aarch32/aarch64 code. However, what's done is done.
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~