Commit 3e2fa2c3 authored by Yorick Hardy's avatar Yorick Hardy Committed by Alexandre Julliard

Use SHN_UNDEF instead of STN_UNDEF to specify undefined section

index.
parent 009c04a0
......@@ -110,7 +110,7 @@ static int DEBUG_ProcessElfSymtab(DBG_MODULE* module, const char* addr,
* interest.
*/
if (ELF32_ST_TYPE(symp->st_info) == STT_SECTION ||
symp->st_shndx == STN_UNDEF)
symp->st_shndx == SHN_UNDEF)
{
continue;
}
......
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