summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-19 16:05:29 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-19 16:05:29 -0500
commit5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d (patch)
tree065a2db8cd8c32b7199bad89214670b31e95b252 /testsuite/systemtap.context
parenta3ea7334517f241e50fd5b72c907707941524510 (diff)
parentcae71dd3a6b166e054d7c0fe522a7541bcb0097f (diff)
downloadsystemtap-steved-5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d.tar.gz
systemtap-steved-5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d.tar.xz
systemtap-steved-5ced00c07ce00dddee08e5b6b82d833ee5a8ff5d.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.context')
-rw-r--r--testsuite/systemtap.context/num_args.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.context/num_args.stp b/testsuite/systemtap.context/num_args.stp
index 9f15bb01..5cc01d52 100644
--- a/testsuite/systemtap.context/num_args.stp
+++ b/testsuite/systemtap.context/num_args.stp
@@ -2,6 +2,7 @@
%( arch == "i686" %? global ir = "eax", lr = "eax" %)
%( arch == "x86_64" %? global ir = "eax", lr = "rax" %)
%( arch == "ppc64" %? global ir = "r3", lr = "r3" %)
+%( arch == "s390x" %? global ir = "r2", lr = "r2" %)
probe module("systemtap_test_module2").function("yyy_int") {
printf("yyy_int %d %d %d\n", int_arg(1), int_arg(2), int_arg(3))