diff options
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r-- | gdb/dummy-frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h index 07f8f5a..26c2522 100644 --- a/gdb/dummy-frame.h +++ b/gdb/dummy-frame.h @@ -30,6 +30,6 @@ struct frame_id; /* If the PC falls in a dummy frame, return a dummy frame unwinder. */ -extern const struct frame_unwind *dummy_frame_sniffer (struct frame_info *next_frame); +extern const struct frame_unwind *const dummy_frame_unwind; #endif /* !defined (DUMMY_FRAME_H) */ |