x86: syscall_get_nr returns int
Make syscall_get_nr() return int, so we always sign-extend
the low 32 bits of orig_ax in checks.
Signed-off-by: NRoland McGrath <roland@redhat.com>
Showing
想要评论请 注册 或 登录
Make syscall_get_nr() return int, so we always sign-extend
the low 32 bits of orig_ax in checks.
Signed-off-by: NRoland McGrath <roland@redhat.com>