summaryrefslogtreecommitdiffstats
path: root/testsuite/semlib
diff options
context:
space:
mode:
authorfche <fche>2005-05-24 15:03:16 +0000
committerfche <fche>2005-05-24 15:03:16 +0000
commitbed7c0afb62154918b411c325faa619749f1c050 (patch)
tree8cfd907f91b64bb7ffa3835e636541045295cde1 /testsuite/semlib
parentd4f41a6f345a85e9eccd3471990f5458cc687daf (diff)
downloadsystemtap-steved-bed7c0afb62154918b411c325faa619749f1c050.tar.gz
systemtap-steved-bed7c0afb62154918b411c325faa619749f1c050.tar.xz
systemtap-steved-bed7c0afb62154918b411c325faa619749f1c050.zip
2005-05-24 Frank Ch. Eigler <fche@redhat.com>
* elaborate.cxx (find_array): Support automagic tapset globals. * testsuite/semok/nine.stp: Test it ... * testsuite/semlib/g2.stp: ... using this global array. * staptree.cxx (stapfile print): List globals.
Diffstat (limited to 'testsuite/semlib')
-rw-r--r--testsuite/semlib/g2.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semlib/g2.stp b/testsuite/semlib/g2.stp
index d42f70c0..c1d5768b 100644
--- a/testsuite/semlib/g2.stp
+++ b/testsuite/semlib/g2.stp
@@ -1,2 +1,2 @@
global g2
-probe begin { g2 = f1() }
+probe begin { g2[0] = f1() }