Commit 2a071639 authored by Alexandre Julliard's avatar Alexandre Julliard

dbghelp: Fix the Mac OS build.

parent ee0f4b0d
...@@ -826,8 +826,7 @@ static void macho_finish_stabs(struct module* module, struct hash_table* ht_symt ...@@ -826,8 +826,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, symt_new_public(module, ste->compiland, ste->ht_elt.name, ste->addr, 0);
ste->addr, 0, ste->is_code, ste->is_code);
} }
} }
} }
......
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