mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
fix
This commit is contained in:
@@ -866,11 +866,9 @@ bool process_context::is_knowndll_section_exists(const std::u16string& name, boo
|
||||
if (is_32bit)
|
||||
{
|
||||
return knowndlls32_sections.contains(lname);
|
||||
return knowndlls32_sections.contains(lname);
|
||||
}
|
||||
|
||||
return knowndlls64_sections.contains(lname);
|
||||
return knowndlls64_sections.contains(lname);
|
||||
}
|
||||
|
||||
std::optional<section> process_context::get_knowndll_section_by_name(const std::u16string& name, bool is_32bit) const
|
||||
|
||||
Reference in New Issue
Block a user