ping?
On 26/5/25 11:52, Philippe Mathieu-Daudé wrote:
> Replace target_ulong -> vaddr/size_t to compile once.
>
> since v2:
> - fixed build error when TCG enabled (Pierrick)
> since v1:
> - fixed build error when TCG disabled (Pierrick)
>
> Based-on: <20250521223414.248276-1-pierrick.bouvier@linaro.org>
>
> Philippe Mathieu-Daudé (2):
> semihosting/uaccess: Remove uses of target_ulong type
> semihosting/uaccess: Compile once
>
> include/semihosting/uaccess.h | 12 ++++++------
> semihosting/uaccess.c | 10 +++++-----
> semihosting/meson.build | 5 +----
> 3 files changed, 12 insertions(+), 15 deletions(-)
>