[PATCH 2/2] dbghelp: Parse DW_TAG_pointer_type inside dwarf2_parse_subprogram.

Qian Hong qhong at codeweavers.com
Fri Oct 9 06:52:58 CDT 2015


Similar to the previous patch, but caused by advapi32.

Test case:

#include <stdio.h>

int sub(void)
{
     const struct
     {
         const int mem1;
     } var1;

     return 1;
}

int main(void)
{
     return 0;
}

Thanks!

Signed-off-by: Qian Hong <qhong at codeweavers.com>
---
  dlls/dbghelp/dwarf.c | 3 +++
  1 file changed, 3 insertions(+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-dbghelp-Parse-DW_TAG_pointer_type-inside-dwarf2_parse_.txt
Type: text/x-patch
Size: 580 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151009/64b08480/attachment.bin>


More information about the wine-patches mailing list