mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
2007-08-06 Michael Snyder <msnyder@access-company.com>
* ada-lang.c (desc_bounds): Comparison of function address to NULL.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-08-06 Michael Snyder <msnyder@access-company.com>
|
||||
|
||||
* ada-lang.c (desc_bounds): Comparison of function address to NULL.
|
||||
|
||||
2007-08-05 Jim Blandy <jimb@codesourcery.com>
|
||||
|
||||
* macroexp.c (init_buffer): Remove testing code that overrides the
|
||||
|
||||
@@ -1322,7 +1322,7 @@ desc_bounds (struct value *arr)
|
||||
desc_bounds_type (thin_descriptor_type (type));
|
||||
LONGEST addr;
|
||||
|
||||
if (desc_bounds_type == NULL)
|
||||
if (bounds_type == NULL)
|
||||
error (_("Bad GNAT array descriptor"));
|
||||
|
||||
/* NOTE: The following calculation is not really kosher, but
|
||||
|
||||
Reference in New Issue
Block a user