mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
This commit is contained in:
@@ -3362,7 +3362,7 @@ lookup_signatured_type (ULONGEST sig)
|
||||
{
|
||||
complaint (&symfile_complaints,
|
||||
_("missing `.debug_types' section for DW_FORM_ref_sig8 die"));
|
||||
return 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
find_entry.signature = sig;
|
||||
|
||||
Reference in New Issue
Block a user