* language.c (lang_bool_type): Return a builtin bool type in the
Ada case.
This commit is contained in:
parent
b79819baf7
commit
47e729a854
2 changed files with 6 additions and 1 deletions
|
@ -11013,7 +11013,7 @@ ada_language_arch_info (struct gdbarch *gdbarch,
|
|||
TYPE_NAME (lai->primitive_type_vector [ada_primitive_type_system_address])
|
||||
= "system__address";
|
||||
|
||||
lai->bool_type_symbol = "boolean";
|
||||
lai->bool_type_symbol = NULL;
|
||||
lai->bool_type_default = builtin->builtin_bool;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue