diff options
Diffstat (limited to 'gdb/ppc-netbsd-tdep.c')
-rw-r--r-- | gdb/ppc-netbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-netbsd-tdep.c b/gdb/ppc-netbsd-tdep.c index 0245969..58f5678 100644 --- a/gdb/ppc-netbsd-tdep.c +++ b/gdb/ppc-netbsd-tdep.c @@ -97,7 +97,7 @@ extern const struct tramp_frame ppcnbsd2_sigtramp; static void ppcnbsd_sigtramp_cache_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) { |