Hi Guo, Guo Ren wrote,
Call getpid() in INTERNAL_SYSCALL will break the argument regs, because gcc couldn't save destoryed regs for system call asm.
Ref to glibc, we could just remove all the check code.
Signed-off-by: Guo Ren ren_guo@c-sky.com
Applied and pushed, thx Waldemar