Hi, Laurent. On 09/23/2021 02:53 PM, Laurent Vivier wrote: >> diff --git a/linux-user/loongarch64/syscall_nr.h >> b/linux-user/loongarch64/syscall_nr.h >> new file mode 100644 >> index 0000000..8fbf287 >> --- /dev/null >> +++ b/linux-user/loongarch64/syscall_nr.h >> @@ -0,0 +1,312 @@ >> +/* >> + * This file contains the system call numbers. >> + * Do not modify. >> + * This file is generated by scripts/gensyscalls.sh >> + */ > Where are the changes to scripts/gensyscalls.sh? > > You need to add something like: > > generate_syscall_nr loongarch 64 "$output/linux-user/loongarch64/syscall_nr.h"
I‘ll add it in v7. Thanks. Song Gao.