From a955efeaa5ede86838aa3df87ec059548171bafe Mon Sep 17 00:00:00 2001 From: hien Date: Tue, 16 May 2006 20:20:48 +0000 Subject: Comment out accessing regs variable in sys_rt_sigsuspend (can't resolve it in i386) --- tapset/syscalls2.stp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tapset') diff --git a/tapset/syscalls2.stp b/tapset/syscalls2.stp index 86e42796..04c7f301 100644 --- a/tapset/syscalls2.stp +++ b/tapset/syscalls2.stp @@ -774,7 +774,8 @@ probe syscall.rt_sigqueueinfo.return = # probe syscall.rt_sigsuspend = kernel.function("sys_rt_sigsuspend") { name = "rt_sigsuspend" - regs = $regs + /* FIXME : i386 can't resolve regs for this function */ + #regs = $regs argstr = "" } probe syscall.rt_sigsuspend.return = kernel.function("sys_rt_sigsuspend").return { -- cgit