diff options
Diffstat (limited to 'gdb/tramp-frame.h')
-rw-r--r-- | gdb/tramp-frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h index 36185c1..d9e54f5 100644 --- a/gdb/tramp-frame.h +++ b/gdb/tramp-frame.h @@ -66,7 +66,7 @@ struct tramp_frame /* Initialize a trad-frame cache corresponding to the tramp-frame. FUNC is the address of the instruction TRAMP[0] in memory. */ void (*init) (const struct tramp_frame *self, - frame_info_ptr this_frame, + const frame_info_ptr &this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func); /* Return non-zero if the tramp-frame is valid for the PC requested. @@ -74,7 +74,7 @@ struct tramp_frame sequence against if required. If this is NULL, then the tramp-frame is valid for any PC. */ int (*validate) (const struct tramp_frame *self, - frame_info_ptr this_frame, + const frame_info_ptr &this_frame, CORE_ADDR *pc); /* Given the current frame in THIS_FRAME and a frame cache in FRAME_CACHE, |