diff options
Diffstat (limited to 'gdb/frame-unwind.h')
-rw-r--r-- | gdb/frame-unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h index 94e055d..4a62906 100644 --- a/gdb/frame-unwind.h +++ b/gdb/frame-unwind.h @@ -28,7 +28,7 @@ struct gdbarch; struct regcache; struct value; -#include "frame.h" /* For enum frame_type. */ +#include "frame.h" /* The following unwind functions assume a chain of frames forming the sequence: (outer) prev <-> this <-> next (inner). All the |