Don't invalidate the syscall number, since that's not handled graciously

in the syscall handler.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23919 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-02-07 19:06:03 +00:00
parent 3832c7ec7f
commit 3d779beaa3

View File

@ -508,8 +508,6 @@ arch_restore_signal_frame(void)
TRACE(("### arch_restore_signal_frame: exit\n"));
frame->orig_eax = -1; /* disable syscall checks */
return (int64)frame->eax | ((int64)frame->edx << 32);
}