Re: [PATCH 22/22] linux-user,mips: update syscall-args-o32.c.inc

2020-02-18 Thread Aleksandar Markovic
On Monday, February 17, 2020, Laurent Vivier wrote: > Add a script to update the file from strace github and run it > > Signed-off-by: Laurent Vivier > --- Reviewed-by: Aleksandar Markovic > linux-user/mips/syscall-args-o32.c.inc | 874 - > scripts/update-mips-sysca

[PATCH 22/22] linux-user,mips: update syscall-args-o32.c.inc

2020-02-17 Thread Laurent Vivier
Add a script to update the file from strace github and run it Signed-off-by: Laurent Vivier --- linux-user/mips/syscall-args-o32.c.inc | 874 - scripts/update-mips-syscall-args.sh| 57 ++ 2 files changed, 493 insertions(+), 438 deletions(-) create mode 100755 script