Le 29/08/2022 à 04:10, Richard Henderson a écrit :
Leave only the argument adjustments within the shift, and sink the actual syscall to the end. Sink the timespec conversion as well, as there will be more users.Signed-off-by: Richard Henderson <[email protected]> --- linux-user/syscall.c | 60 +++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 29 deletions(-)
Reviewed-by: Laurent Vivier <[email protected]>
