diff options
Diffstat (limited to 'gprof/vax.c')
-rw-r--r-- | gprof/vax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/vax.c b/gprof/vax.c index 4e5e4ff..56f5f4f 100644 --- a/gprof/vax.c +++ b/gprof/vax.c @@ -242,11 +242,11 @@ vax_find_call (parent, p_lowpc, p_highpc) operandenum mode; 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; |