diff options
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 1d0644f..5c68feb 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -79,6 +79,8 @@ struct gdbarch; struct ui_file; struct ui_out; +#define INVALID_FRAME_LEVEL -1 + /* Status of a given frame's stack. */ enum frame_id_stack_status |