On 8/2/25 09:25, Pierrick Bouvier wrote:
We replace target_ulong mechanically by uint64_t.
We can't compile (easily) this code once for user, as it relies on
various target/function types, so leave it in specific_ss for user mode.
Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
---
include/semihosting/syscalls.h | 30 ++++++------
semihosting/arm-compat-semi.c | 1 +
semihosting/syscalls.c | 89 +++++++++++++++++-----------------
semihosting/meson.build | 4 +-
4 files changed, 63 insertions(+), 61 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Thanks for the syscalls.h changes.
Other addresses can be cleaned to vaddr later.
r~