mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 22:54:25 +08:00
[DBGHELP] Restrict the Clang workaround in r64203. Fixes CORE-9084. Many thanks to David Quintana and The Arty for their help. Dedicated to Jim ;)
svn path=/trunk/; revision=66076
This commit is contained in:
@@ -2381,7 +2381,7 @@ static BOOL dwarf2_parse_compilation_unit(const dwarf2_section_t* sections,
|
||||
}
|
||||
if (dwarf2_find_attribute(&ctx, di, DW_AT_stmt_list, &stmt_list))
|
||||
{
|
||||
#ifdef __REACTOS__
|
||||
#if defined(__REACTOS__) && defined(__clang__)
|
||||
unsigned long stmt_list_val = stmt_list.u.uvalue;
|
||||
if (stmt_list_val > module->module.BaseOfImage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user