mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 20:23:57 +00:00
Cleanup exception callbacks
This commit is contained in:
@@ -328,7 +328,7 @@ namespace syscalls
|
||||
{
|
||||
if (lock.value())
|
||||
{
|
||||
c.win_emu.log.warn("NtAlertThreadByThreadIdEx with lock not supported yet!");
|
||||
c.win_emu.log.warn("NtAlertThreadByThreadIdEx with lock not supported yet!\n");
|
||||
// c.emu.stop();
|
||||
// return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user