import gdb-1999-07-12 snapshot
[deliverable/binutils-gdb.git] / gdb / blockframe.c
index 26a26ae6f9d9a1be5fffdec613958ff00e08cf07..6b8e83ba82b6a65b851663a2885f1f57470a0cd8 100644 (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;
This page took 0.023384 seconds and 4 git commands to generate.