mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* changed type of bool8bit from DW_ATE_unsigned_char to
DW_ATE_boolean (was already used for bool16bit and bool32bit, and seems to work fine in gdb) git-svn-id: trunk@6604 -
This commit is contained in:
parent
430351e424
commit
e2e1b7b857
@ -1073,7 +1073,7 @@ implementation
|
||||
begin
|
||||
append_entry(DW_TAG_base_type,false,[
|
||||
DW_AT_name,DW_FORM_string,'Boolean'#0,
|
||||
DW_AT_encoding,DW_FORM_data1,DW_ATE_unsigned_char,
|
||||
DW_AT_encoding,DW_FORM_data1,DW_ATE_boolean,
|
||||
DW_AT_byte_size,DW_FORM_data1,1
|
||||
]);
|
||||
finish_entry;
|
||||
|
Loading…
Reference in New Issue
Block a user