mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Start of HP merge changes to GDB.
This commit is contained in:
@@ -5344,10 +5344,10 @@ dwarf_stack_op_name (op)
|
||||
}
|
||||
|
||||
static char *
|
||||
dwarf_bool_name (bool)
|
||||
unsigned bool;
|
||||
dwarf_bool_name (mybool)
|
||||
unsigned mybool;
|
||||
{
|
||||
if (bool)
|
||||
if (mybool)
|
||||
return "TRUE";
|
||||
else
|
||||
return "FALSE";
|
||||
|
||||
Reference in New Issue
Block a user