diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/semok/thirtynine.stp (renamed from testsuite/semko/nineteen.stp) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/semko/nineteen.stp b/testsuite/semok/thirtynine.stp index 8f95d76b..a3b060cd 100755 --- a/testsuite/semko/nineteen.stp +++ b/testsuite/semok/thirtynine.stp @@ -1,7 +1,6 @@ #! stap -p2 -# PR 1155: should start working when we can resolve the parameters of -# the inlines. +# PR 1155 discusses the trouble with inlines, but ideally this should work. probe kernel.function("context_switch") { printf("switch from=0x%x to=0x%x\n", $prev, $next) |