diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index 5f843f2..6ce7366 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -900,7 +900,7 @@ frame_info (char *addr_exp, int from_tty) } } - if (fi->saved_regs == NULL) + if (get_frame_saved_regs (fi) == NULL) FRAME_INIT_SAVED_REGS (fi); /* Print as much information as possible on the location of all the registers. */ |