summaryrefslogtreecommitdiffstats
path: root/tapset/syscalls2.stp
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2010-01-12 13:57:34 -0600
committerDavid Smith <dsmith@redhat.com>2010-01-12 13:57:34 -0600
commited8c793ec82e92983d91e15d2c834eef0e2a76ae (patch)
tree31e194ca54767c30d8664987eb2e8b4c9d60b32d /tapset/syscalls2.stp
parent75c2a31ddbe337af46ec4dad8a4dbbbd790c47b7 (diff)
downloadsystemtap-steved-ed8c793ec82e92983d91e15d2c834eef0e2a76ae.tar.gz
systemtap-steved-ed8c793ec82e92983d91e15d2c834eef0e2a76ae.tar.xz
systemtap-steved-ed8c793ec82e92983d91e15d2c834eef0e2a76ae.zip
Fixed PR 11162 by removing extra 'buf_uaddr' assignment.
* tapset/syscalls2.stp (syscall.pwrite32): Remove extra 'buf_uaddr' assignment.
Diffstat (limited to 'tapset/syscalls2.stp')
-rw-r--r--tapset/syscalls2.stp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tapset/syscalls2.stp b/tapset/syscalls2.stp
index 47aba9b4..c5384103 100644
--- a/tapset/syscalls2.stp
+++ b/tapset/syscalls2.stp
@@ -572,7 +572,6 @@ probe syscall.pwrite32 = kernel.function("sys32_pwrite64").call ?
{
name = "pwrite"
fd = $fd
- buf_uaddr = $buf
count = $count
offset = ($poshi << 32) + $poslo
%( arch == "s390" %?