From 2e6ffbd0c43f541fde50a6bfd56d7d2f61ce205c Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Sat, 22 Mar 2025 23:22:42 -0700 Subject: [PATCH] fixed typo in attrib class for DW_Form_RngListx --- src/dwarf/dwarf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dwarf/dwarf.h b/src/dwarf/dwarf.h index 860d8ab5..0dce7a84 100644 --- a/src/dwarf/dwarf.h +++ b/src/dwarf/dwarf.h @@ -454,7 +454,7 @@ typedef enum DW_AttribClassEnum X(LineStrp, DW_AttribClass_String) \ X(ImplicitConst, DW_AttribClass_Const) \ X(LocListx, DW_AttribClass_LocListPtr) \ - X(RngListx, DW_AttribClass_RngListPtr) \ + X(RngListx, DW_AttribClass_RngList) \ X(RefSup8, DW_AttribClass_Reference) \ X(Strx1, DW_AttribClass_String) \ X(Strx2, DW_AttribClass_String) \