diff options
Diffstat (limited to 'testsuite/semko/fortytwo.stp')
-rwxr-xr-x | testsuite/semko/fortytwo.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/fortytwo.stp b/testsuite/semko/fortytwo.stp index 17dacb1c..09a04ea7 100755 --- a/testsuite/semko/fortytwo.stp +++ b/testsuite/semko/fortytwo.stp @@ -1,6 +1,6 @@ #! stap -p2 -probe kernel.function("sys_open") if (foo(2)) { } # must not call functions +probe kernel.function("vfs_read") if (foo(2)) { } # must not call functions function foo(x) { return x } |