summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorKent Sebastian <ksebasti@redhat.com>2009-07-31 16:34:25 -0400
committerKent Sebastian <ksebasti@redhat.com>2009-07-31 16:34:25 -0400
commitb6647d0463cc550fc391b3fb347ddb8bd354d5ae (patch)
tree05e5d84350eb263beec38ffb2a09815751427c96 /runtime
parentce91eebdf6c262a0235bdd2d3ad3acd0805bf02a (diff)
parent793e611dc277b6943100a5f81274961d526f9b02 (diff)
downloadsystemtap-steved-b6647d0463cc550fc391b3fb347ddb8bd354d5ae.tar.gz
systemtap-steved-b6647d0463cc550fc391b3fb347ddb8bd354d5ae.tar.xz
systemtap-steved-b6647d0463cc550fc391b3fb347ddb8bd354d5ae.zip
Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime')
-rw-r--r--runtime/unwind/i386.h2
-rw-r--r--runtime/unwind/x86_64.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/unwind/i386.h b/runtime/unwind/i386.h
index 9f488f07..b19df584 100644
--- a/runtime/unwind/i386.h
+++ b/runtime/unwind/i386.h
@@ -92,7 +92,7 @@ static inline void arch_unw_init_frame_info(struct unwind_frame_info *info,
#endif
}
- info->call_frame = 1;
+ info->call_frame = 0;
}
static inline void arch_unw_init_blocked(struct unwind_frame_info *info)
diff --git a/runtime/unwind/x86_64.h b/runtime/unwind/x86_64.h
index 3c70f206..8860b8ee 100644
--- a/runtime/unwind/x86_64.h
+++ b/runtime/unwind/x86_64.h
@@ -107,7 +107,7 @@ static inline void arch_unw_init_frame_info(struct unwind_frame_info *info,
/*const*/ struct pt_regs *regs)
{
info->regs = *regs;
- info->call_frame = 1;
+ info->call_frame = 0;
}
static inline void arch_unw_init_blocked(struct unwind_frame_info *info)