diff options
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 7b42b56..532fb26 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -151,7 +151,7 @@ extern const struct frame_id outer_frame_id; /* Flag to control debugging. */ -extern int frame_debug; +extern unsigned int frame_debug; /* Construct a frame ID. The first parameter is the frame's constant stack address (typically the outer-bound), and the second the |