From: Roland McGrath Date: Wed, 22 Oct 2003 06:11:30 +0000 (+0000) Subject: 2003-10-21 Roland McGrath X-Git-Tag: v4.5.18~687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb4833f1ae49b6dc1b1a24ac6d2546f4d7f5e936;p=strace 2003-10-21 Roland McGrath * syscall.c: Revert last change, was broken. --- diff --git a/syscall.c b/syscall.c index e5c51151..1fb30d9c 100644 --- a/syscall.c +++ b/syscall.c @@ -777,12 +777,6 @@ struct tcb *tcp; PT_GPR8, PT_GPR9, PT_GPR10, PT_GPR11, PT_GPR12, PT_GPR13, PT_GPR14, PT_GPR15}; - /* Bail out since if we stopped for a signal after the last - system call return, we might not be looking at the kind - of instruction stream we expect. */ - if (!(tcp->flags & TCB_INSYSCALL)) - return 1; - if (upeek(pid, PT_PSWADDR, &pc) < 0) return -1; errno = 0;