mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 20:23:57 +00:00
More syscalls
This commit is contained in:
@@ -551,7 +551,6 @@ void windows_emulator::setup_hooks()
|
||||
const auto ip = this->emu().read_instruction_pointer();
|
||||
const char* name = this->process().module_manager.find_name(ip);
|
||||
|
||||
|
||||
if (type == memory_violation_type::protection)
|
||||
{
|
||||
printf("Protection violation: %llX (%zX) - %s at %llX (%s)\n", address, size, permission.c_str(), ip, name);
|
||||
|
||||
Reference in New Issue
Block a user