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 2d6712a..4a92449 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -2696,7 +2696,7 @@ return_command (const char *retval_exp, int from_tty) thisfun = get_frame_function (thisframe); gdbarch = get_frame_arch (thisframe); - if (get_frame_type (get_current_frame ()) == INLINE_FRAME) + if (get_frame_type (thisframe) == INLINE_FRAME) error (_("Can not force return from an inlined function.")); /* Compute the return value. If the computation triggers an error, |