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 36bee59..b2d4d75 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 sentinel_frame_unwind; +extern const struct frame_unwind_legacy sentinel_frame_unwind; #endif /* GDB_SENTINEL_FRAME_H */ |