diff options
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r-- | gdb/cp-abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index a6de59b..882c1a0 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -153,7 +153,7 @@ cplus_make_method_ptr (struct type *type, gdb_byte *contents, } CORE_ADDR -cplus_skip_trampoline (frame_info_ptr frame, +cplus_skip_trampoline (const frame_info_ptr &frame, CORE_ADDR stop_pc) { if (current_cp_abi.skip_trampoline == NULL) |