forked from Imagelibrary/binutils-gdb
import gdb-1999-07-12 snapshot
This commit is contained in:
@@ -656,7 +656,7 @@ blockvector_for_pc_sect (pc, section, pindex, symtab)
|
||||
while (bot >= 0)
|
||||
{
|
||||
b = BLOCKVECTOR_BLOCK (bl, bot);
|
||||
if (BLOCK_END (b) >= pc)
|
||||
if (BLOCK_END (b) > pc)
|
||||
{
|
||||
if (pindex)
|
||||
*pindex = bot;
|
||||
|
||||
Reference in New Issue
Block a user