summaryrefslogtreecommitdiffstats
path: root/runtime/unwind.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-04-16 12:01:52 -0400
committerDave Brolley <brolley@redhat.com>2009-04-16 12:01:52 -0400
commitae0430755d1605d934e9655d6f7206487fe6fc68 (patch)
tree2f48fb31a10334192b63ed19ac99d5e118306849 /runtime/unwind.c
parent44602d5b700d547cb1d560e90c0187c3fe66d613 (diff)
parentbc33c23b2953b923446ea059e9991913d8b2cc3c (diff)
downloadsystemtap-steved-ae0430755d1605d934e9655d6f7206487fe6fc68.tar.gz
systemtap-steved-ae0430755d1605d934e9655d6f7206487fe6fc68.tar.xz
systemtap-steved-ae0430755d1605d934e9655d6f7206487fe6fc68.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/unwind.c')
-rw-r--r--runtime/unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/unwind.c b/runtime/unwind.c
index 9c704e28..f7b19def 100644
--- a/runtime/unwind.c
+++ b/runtime/unwind.c
@@ -581,7 +581,7 @@ static int unwind(struct unwind_frame_info *frame)
if (UNW_PC(frame) == 0)
return -EINVAL;
- m = _stp_mod_sec_lookup (pc, &s);
+ m = _stp_mod_sec_lookup (pc, current, &s);
if (unlikely(m == NULL)) {
dbug_unwind(1, "No module found for pc=%lx", pc);
return -EINVAL;