diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 8d91240..d0baf5a 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -13269,8 +13269,8 @@ ada_operator_check (struct expression *exp, int pos, /* Invoke callbacks for TYPE and OBJFILE if they were set as non-NULL. */ - if (type != nullptr && type->objfile () != nullptr - && objfile_func (type->objfile (), data)) + if (type != nullptr && type->objfile_owner () != nullptr + && objfile_func (type->objfile_owner (), data)) return 1; return 0; |