From 01ed06fa4b9466dc39f4a37301a74a2b551fa015 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 26 Oct 2005 00:00:46 +0000 Subject: 2005-10-25 Roland McGrath PR 1271 cont'd. * testsuite/buildok/twentytwo.stp: New file. * testsuite/buildok/twentythree.stp: New file. * loc2c.c (discontiguify): Add missing ; in output. --- testsuite/buildok/twentythree.stp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 testsuite/buildok/twentythree.stp (limited to 'testsuite/buildok/twentythree.stp') diff --git a/testsuite/buildok/twentythree.stp b/testsuite/buildok/twentythree.stp new file mode 100755 index 00000000..95a6f071 --- /dev/null +++ b/testsuite/buildok/twentythree.stp @@ -0,0 +1,9 @@ +#! stap -gp4 + +# Test for writing 64-bit target variable, PR 1271 + +probe kernel.function("free_task") +{ + $tsk->timestamp = 22; + log("set to 22 => " . string($tsk->timestamp)); +} -- cgit