mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-20 00:40:05 +00:00
Update a comment in abg-dwarf-reader.cc
* src/abg-dwarf-reader.cc (build_ir_node_from_die): Update a comment here. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
453ed93d01
commit
3e215cc737
@ -5023,7 +5023,7 @@ build_ir_node_from_die(read_context& ctxt,
|
||||
|
||||
switch (tag)
|
||||
{
|
||||
// Type DIEs we intent to support someday, maybe.
|
||||
// Type DIEs we support.
|
||||
case DW_TAG_base_type:
|
||||
if((result = build_type_decl(ctxt, die)))
|
||||
result =
|
||||
|
Loading…
Reference in New Issue
Block a user