Hi Max, Thanks for your reply.
On Fri, 4 Jan 2019 at 08:28, Max Filippov <[email protected]> wrote: > On Wed, Jan 2, 2019 at 7:29 AM Firoz Khan <[email protected]> wrote: > > while [ $t_nxt -lt $t_nr ]; do > > - printf "__SYSCALL(%s, sys_ni_syscall, )\n" "${t_nxt}" > > + printf "__SYSCALL(%s,sys_ni_syscall)\n" "${t_nxt}" > > Please add space after the comma. This was intentional as I was trying compile other one architecture with the previous implementation, it was giving the error. So I modified without space after comma. Firoz

