mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[WINESYNC] dbghelp: Fix build failure on macOS.
This was caused by commit 8d096fb5e262e5e87866d1a4a397da144a09b635. Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 74f425e70dfbc43da1eaf9048f45bed52ef1d66c by Huw Davies <huw@codeweavers.com>
This commit is contained in:
parent
667215841f
commit
5f9c500b2c
2 changed files with 2 additions and 2 deletions
|
@ -1096,7 +1096,7 @@ static void macho_finish_stabs(struct module* module, struct hash_table* ht_symt
|
||||||
|
|
||||||
if (ste->is_public && !(dbghelp_options & SYMOPT_NO_PUBLICS))
|
if (ste->is_public && !(dbghelp_options & SYMOPT_NO_PUBLICS))
|
||||||
{
|
{
|
||||||
symt_new_public(module, ste->compiland, ste->ht_elt.name, ste->addr, 0);
|
symt_new_public(module, ste->compiland, ste->ht_elt.name, ste->is_code, ste->addr, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,4 +4,4 @@ files:
|
||||||
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
||||||
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
||||||
tags:
|
tags:
|
||||||
wine: d614ac46718311f49541b32ac726c17a06077ae1
|
wine: 74f425e70dfbc43da1eaf9048f45bed52ef1d66c
|
||||||
|
|
Loading…
Reference in a new issue