Skip to content

Commit 86662df

Browse files
thaystgjkotas
authored andcommitted
Update src/coreclr/debug/dbgutil/elfreader.cpp
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
1 parent 5e131eb commit 86662df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/debug/dbgutil/elfreader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ElfReader::PopulateForSymbolLookup(uint64_t baseAddress)
127127
// Enumerate program headers searching for the PT_DYNAMIC header, etc.
128128
if (!EnumerateProgramHeaders(
129129
baseAddress,
130-
#if defined(TARGET_LINUX_MUSL) || defined(TARGET_RISCV64) || defined(HOST_ANDROID)
130+
#if defined(TARGET_LINUX_MUSL) || defined(TARGET_RISCV64) || defined(TARGET_ANDROID)
131131
// On some platforms, the below dynamic entries for hash,
132132
// string table, etc. are RVAs instead of absolute address like on all
133133
// other Linux distros. Get the "loadbias" (basically the base address

0 commit comments

Comments
 (0)