[PATCH] - missing bits from previous patch about variables with

Eric Pouech eric.pouech at wanadoo.fr
Sat Aug 5 06:50:53 CDT 2006


constant values

A+
---

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

diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index a618986..e129d99 100644
--- a/dlls/dbghelp/dwarf.c
+++ b/dlls/dbghelp/dwarf.c
@@ -1059,7 +1059,6 @@ static void dwarf2_parse_variable(dwarf2
     dwarf2_find_name(subpgm->ctx, di, &name, "parameter");
     if (dwarf2_find_attribute(di, DW_AT_location, &loc) && loc.block)
     {
-        union attribute name;
         union attribute ext;
         long offset;
         int in_reg;
@@ -1096,7 +1095,7 @@ static void dwarf2_parse_variable(dwarf2
     }
     if (dwarf2_find_attribute(di, DW_AT_const_value, &value))
     {
-        FIXME("NIY (const value %08lx for %s\n", value.uvalue, name.string);
+        FIXME("NIY: const value %08lx for %s\n", value.uvalue, name.string);
     }
     if (is_pmt && subpgm->func && subpgm->func->type)
         symt_add_function_signature_parameter(subpgm->ctx->module,



More information about the wine-patches mailing list