Commit bb2d643f authored by Alexandre Julliard's avatar Alexandre Julliard

dbghelp: Try to avoid crashing on unrecognized attributes.

parent 7168b623
......@@ -1334,6 +1334,8 @@ static void dwarf2_parse_variable(dwarf2_subprogram_t* subpgm,
switch (loc.kind)
{
case loc_error:
break;
case loc_absolute:
/* it's a global variable */
/* FIXME: we don't handle its scope yet */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment