summaryrefslogtreecommitdiffstats
path: root/runtime/unwind.c
diff options
context:
space:
mode:
authorMartin Hunt <hunt@monkey.(none)>2008-03-26 10:06:19 -0400
committerMartin Hunt <hunt@monkey.(none)>2008-03-26 10:06:19 -0400
commitfd2ef8221625866219d6fc8e99ac36520ac6017b (patch)
tree9b4c4850024f04dd1ba03af250f749eebe8473e1 /runtime/unwind.c
parent5280c736a9466cd97f56ebb508be2371aacb1d53 (diff)
downloadsystemtap-steved-fd2ef8221625866219d6fc8e99ac36520ac6017b.tar.gz
systemtap-steved-fd2ef8221625866219d6fc8e99ac36520ac6017b.tar.xz
systemtap-steved-fd2ef8221625866219d6fc8e99ac36520ac6017b.zip
i386 fixes.
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 b6c9fd75..483c9345 100644
--- a/runtime/unwind.c
+++ b/runtime/unwind.c
@@ -804,7 +804,7 @@ int unwind(struct unwind_frame_info *frame)
#else
# define CASES CASE(8); CASE(16); CASE(32); CASE(64)
#endif
- dbug_unwind(1, "cie=%p fde=%p\n", (u64)cie, (u64)fde);
+ dbug_unwind(1, "cie=%lx fde=%lx\n", cie, fde);
for (i = 0; i < ARRAY_SIZE(state.regs); ++i) {
if (REG_INVALID(i)) {
if (state.regs[i].where == Nowhere)