Re: [PATCH v3 22/49] semihosting: Move GET_ARG/SET_ARG earlier in the file
On Sat, 21 May 2022 at 01:04, Richard Henderson wrote: > > Moving this to be useful for another function > besides do_common_semihosting. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v3 22/49] semihosting: Move GET_ARG/SET_ARG earlier in the file
Moving this to be useful for another function besides do_common_semihosting. Signed-off-by: Richard Henderson --- semihosting/arm-compat-semi.c | 48 +-- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/semihosting/arm-compat-semi.c b/semihosting/ar