fix typo in previous delta
authorNick Clifton <nickc@redhat.com>
Wed, 23 Feb 2000 22:29:38 +0000 (22:29 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 23 Feb 2000 22:29:38 +0000 (22:29 +0000)
bfd/dwarf2.c

index 4e3356ba33746234a2c2a35284364ce43b0953da..fc1b79bd57c98d782d7986bd5b8d09c79fd8fbb5 100644 (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)
     {
This page took 0.025473 seconds and 4 git commands to generate.