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 685d491..e0bf7dd 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -1839,7 +1839,7 @@ return_command (retval_exp, from_tty) /* Sets the scope to input function name, provided that the function is within the current stack frame */ -typedef struct function_bounds +struct function_bounds { CORE_ADDR low, high; }; |