Fix crash in Ada "catch exception"
[deliverable/binutils-gdb.git] / gdb / block.c
index ca4dc22cf306657408bd6c8d50d5cc4040ee980b..5ba44d47ba79d4f26f3ef3d09ff8c76ffb516994 100644 (file)
@@ -86,7 +86,7 @@ contained_in (const struct block *a, const struct block *b,
     }
   while (a != NULL);
 
-  return true;
+  return false;
 }
 
 
This page took 0.025332 seconds and 4 git commands to generate.