]> sourceware.org Git - systemtap.git/commitdiff
BZ915180: fix _stp_is_comat_task typo in s390 test case
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 11 Sep 2013 10:12:52 +0000 (06:12 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 11 Sep 2013 10:13:28 +0000 (06:13 -0400)
testsuite/systemtap.base/utrace_syscall_args.stp

index 50cf050090bedb9735ae56057fbb4889e8837573..ec5bffd0e0e131390393f1bfc530f4548efd9f20 100644 (file)
@@ -65,7 +65,7 @@ probe process("utrace_syscall_args").syscall {
            # argument 1 that holds all the actual arguments. Handle
            # this.
            addr = mmap_args[1]
-           if (! %{ _stp_is_comat_task() %}) {
+           if (! %{ _stp_is_compat_task() %}) {
                mmap_args[1] = user_long(&@cast(addr, "mmap_arg_struct")->addr)
                mmap_args[2] = user_long(&@cast(addr, "mmap_arg_struct")->len)
                mmap_args[3] = user_long(&@cast(addr, "mmap_arg_struct")->prot)
This page took 0.029703 seconds and 5 git commands to generate.