diff options
Diffstat (limited to 'gprof/tahoe.c')
-rw-r--r-- | gprof/tahoe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/tahoe.c b/gprof/tahoe.c index 1e627c8..eb99017 100644 --- a/gprof/tahoe.c +++ b/gprof/tahoe.c @@ -221,11 +221,11 @@ tahoe_find_call (parent, p_lowpc, p_highpc) tahoe_operandenum mode; tahoe_operandenum firstmode; bfd_vma pc, destpc; - static bool inited = FALSE; + static boolean inited = false; if (!inited) { - inited = TRUE; + inited = true; sym_init (&indirectchild); indirectchild.cg.prop.fract = 1.0; indirectchild.cg.cyc.head = &indirectchild; |