aboutsummaryrefslogtreecommitdiff
path: root/gprof/vax.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/vax.c')
-rw-r--r--gprof/vax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/vax.c b/gprof/vax.c
index bbecff9..a54cce2 100644
--- a/gprof/vax.c
+++ b/gprof/vax.c
@@ -232,11 +232,11 @@ vax_find_call (parent, p_lowpc, p_highpc)
operandenum mode;
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;