diff options
Diffstat (limited to 'gdb/sentinel-frame.h')
-rw-r--r-- | gdb/sentinel-frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sentinel-frame.h b/gdb/sentinel-frame.h index 0c9f576..3346640 100644 --- a/gdb/sentinel-frame.h +++ b/gdb/sentinel-frame.h @@ -34,6 +34,6 @@ extern void *sentinel_frame_cache (struct regcache *regcache); /* At present there is only one type of sentinel frame. */ -extern const struct frame_unwind *const sentinel_frame_unwind; +extern const struct frame_unwind sentinel_frame_unwind; #endif /* !defined (SENTINEL_FRAME_H) */ |