Remove outdated comment

This commit is contained in:
momo5502
2024-12-24 09:13:55 +01:00
parent 011b4d6eb2
commit 4deb007a8e

View File

@@ -874,17 +874,6 @@ void windows_emulator::setup_hooks()
const auto is_interesting_call = process.executable->is_within(
process.previous_ip) || process.executable->is_within(address);
/*if (address == 0x180038B65)
{
puts("!!! DLL init failed");
}
if (address == 0x180038A20)
{
const auto* name = this->process().module_manager.find_name(
this->emu().reg(x64_register::rcx));
printf("!!! DLL init: %s\n", name);
}*/
if (!this->verbose && !this->verbose_calls && !is_interesting_call)
{
return;