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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x86_64/Gstash_frame.c b/src/x86_64/Gstash_frame.c
index 2c7bc312..8a091dc1 100644
--- a/src/x86_64/Gstash_frame.c
+++ b/src/x86_64/Gstash_frame.c
@@ -112,8 +112,8 @@ 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);
}
-
/* PLT and guessed RBP-walked frames are handled in unw_step(). */
- else
+ else {
Debug (4, " unusual frame\n");
+ }
}