summaryrefslogtreecommitdiff
path: root/src/x86_64/Gstash_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86_64/Gstash_frame.c')
-rw-r--r--src/x86_64/Gstash_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86_64/Gstash_frame.c b/src/x86_64/Gstash_frame.c
index 8a091dc1..2a44f873 100644
--- a/src/x86_64/Gstash_frame.c
+++ b/src/x86_64/Gstash_frame.c
@@ -110,7 +110,7 @@ tdep_stash_frame (struct dwarf_cursor *d, struct dwarf_reg_state *rs)
}
else if (f->frame_type == UNW_X86_64_FRAME_ALIGNED) {
- Debug (4, " aligned frame, offset %li\n", f->cfa_reg_offset);
+ Debug (4, " aligned frame, offset %i\n", f->cfa_reg_offset);
}
/* PLT and guessed RBP-walked frames are handled in unw_step(). */
else {