Skip to content
Snippets Groups Projects
Commit 3e2fa2c3 authored by Yorick Hardy's avatar Yorick Hardy Committed by Alexandre Julliard
Browse files

Use SHN_UNDEF instead of STN_UNDEF to specify undefined section

index.
parent 009c04a0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment