mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[DBGHELP] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72278
This commit is contained in:
parent
0cac4632f5
commit
ea1e7ebddb
2 changed files with 7 additions and 1 deletions
|
@ -430,6 +430,7 @@ static void dwarf2_swallow_attribute(dwarf2_traverse_context_t* ctx,
|
|||
|
||||
switch (abbrev_attr->form)
|
||||
{
|
||||
case DW_FORM_flag_present: step = 0; break;
|
||||
case DW_FORM_ref_addr:
|
||||
case DW_FORM_addr: step = ctx->word_size; break;
|
||||
case DW_FORM_flag:
|
||||
|
@ -477,6 +478,11 @@ static void dwarf2_fill_attr(const dwarf2_parse_context_t* ctx,
|
|||
TRACE("flag<0x%lx>\n", attr->u.uvalue);
|
||||
break;
|
||||
|
||||
case DW_FORM_flag_present:
|
||||
attr->u.uvalue = 1;
|
||||
TRACE("flag_present\n");
|
||||
break;
|
||||
|
||||
case DW_FORM_data1:
|
||||
attr->u.uvalue = dwarf2_get_byte(data);
|
||||
TRACE("data1<%lu>\n", attr->u.uvalue);
|
||||
|
|
|
@ -63,7 +63,7 @@ reactos/dll/win32/cryptdlg # Synced to WineStaging-1.9.11
|
|||
reactos/dll/win32/cryptdll # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/cryptnet # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/cryptui # Synced to WineStaging-1.9.16
|
||||
reactos/dll/win32/dbghelp # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/dbghelp # Synced to WineStaging-1.9.16
|
||||
reactos/dll/win32/dciman32 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/faultrep # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/fontsub # Synced to WineStaging-1.9.13
|
||||
|
|
Loading…
Reference in a new issue