mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
* stabsread.c (read_struct_type): Trivial simplification.
* valops.c (call_function_by_hand): Use invisible references for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
This commit is contained in:
@@ -2967,8 +2967,7 @@ read_struct_type (pp, type, objfile)
|
||||
|| !attach_fn_fields_to_type (&fi, type)
|
||||
|| !read_tilde_fields (&fi, pp, type, objfile))
|
||||
{
|
||||
do_cleanups (back_to);
|
||||
return (error_type (pp, objfile));
|
||||
type = error_type (pp, objfile);
|
||||
}
|
||||
|
||||
do_cleanups (back_to);
|
||||
|
||||
Reference in New Issue
Block a user