import gdb-1999-07-12 snapshot

This commit is contained in:
Jason Molenda
1999-07-12 11:15:22 +00:00
parent edac9bffc1
commit 43e526b9b4
29 changed files with 423 additions and 167 deletions

View File

@@ -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;