Start of HP merge changes to GDB.

This commit is contained in:
David Taylor
1998-12-10 21:25:43 +00:00
parent 51d57b0aa6
commit 4770ff087a
14 changed files with 283 additions and 29 deletions

View File

@@ -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";