* ldlang.c (lang_get_regions): Add extra parameter 'have_vma' which if true will
[deliverable/binutils-gdb.git] / gprof / tahoe.c
index fa88ff07309de64714e61d6a50c9a41eb9c12d27..1e7da7df0ace31ce6e48e6c6537b0805be7edfad 100644 (file)
@@ -231,11 +231,11 @@ tahoe_find_call (parent, p_lowpc, p_highpc)
   tahoe_operandenum mode;
   tahoe_operandenum firstmode;
   bfd_vma pc, destpc;
-  static boolean inited = false;
+  static bfd_boolean inited = FALSE;
 
   if (!inited)
     {
-      inited = true;
+      inited = TRUE;
       sym_init (&indirectchild);
       indirectchild.cg.prop.fract = 1.0;
       indirectchild.cg.cyc.head = &indirectchild;
This page took 0.024362 seconds and 4 git commands to generate.