mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user