Eric Pouech : dbghelp: Silence typedefs children in sub program block.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 27 12:53:54 CST 2006


Module: wine
Branch: master
Commit: 3669415dd5421a0985d89f1c7636ca3c255394b0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3669415dd5421a0985d89f1c7636ca3c255394b0

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Sat Nov 25 10:31:30 2006 +0100

dbghelp: Silence typedefs children in sub program block.

---

 dlls/dbghelp/dwarf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index bcd07c3..cd66c0e 100644
--- a/dlls/dbghelp/dwarf.c
+++ b/dlls/dbghelp/dwarf.c
@@ -1447,6 +1447,7 @@ static void dwarf2_parse_subprogram_bloc
             case DW_TAG_structure_type:
             case DW_TAG_union_type:
             case DW_TAG_enumeration_type:
+            case DW_TAG_typedef:
                 /* the type referred to will be loaded when we need it, so skip it */
                 break;
             default:




More information about the wine-cvs mailing list