fix typo in previous delta

This commit is contained in:
Nick Clifton 2000-02-23 22:29:38 +00:00
parent ecb651f0ab
commit 1efe4b1082
1 changed files with 1 additions and 1 deletions

View File

@ -1496,7 +1496,7 @@ _bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
However, some compilers do things differently. */
if (addr_size == 0)
addr_size = 4;
BFD_ASSERT (addr_size == 2 || addr_size == 4 || addr_size == 8);
BFD_ASSERT (addr_size == 4 || addr_size == 8);
if (! stash)
{