diff options
Diffstat (limited to 'gdb/cp-abi.h')
-rw-r--r-- | gdb/cp-abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-abi.h b/gdb/cp-abi.h index bc85f6d..06d6589 100644 --- a/gdb/cp-abi.h +++ b/gdb/cp-abi.h @@ -247,7 +247,7 @@ struct cp_abi_ops struct type *(*get_typeid_type) (struct gdbarch *gdbarch); struct type *(*get_type_from_type_info) (struct value *value); std::string (*get_typename_from_type_info) (struct value *value); - CORE_ADDR (*skip_trampoline) (frame_info_ptr , CORE_ADDR); + CORE_ADDR (*skip_trampoline) (frame_info_ptr, CORE_ADDR); struct language_pass_by_ref_info (*pass_by_reference) (struct type *type); }; |