mbox series

[v2,0/2] semihosting/uaccess: Compile once

Message ID 20250509110721.90447-1-philmd@linaro.org
Headers show
Series semihosting/uaccess: Compile once | expand

Message

Philippe Mathieu-Daudé May 9, 2025, 11:07 a.m. UTC
Replace target_ulong -> vaddr/size_t to compile once.

since v1:
- fixed build error when TCG disabled (Pierrick)

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       |  4 +---
 3 files changed, 12 insertions(+), 14 deletions(-)