changed something for speed...

master
_xeroxz 3 years ago
parent c17be27342
commit ef58c2c086

@ -163,11 +163,9 @@ namespace nasa
}
__except (EXCEPTION_EXECUTE_HANDLER)
{
// loop until the TLB has flushed...
while (true)
{
while (!SwitchToThread())
continue;
__try
{
*(std::uint8_t*)new_addr.value = *(std::uint8_t*)new_addr.value;
@ -175,6 +173,9 @@ namespace nasa
}
__except(EXCEPTION_EXECUTE_HANDLER)
{}
while (!SwitchToThread())
continue;
}
}
return {};

Loading…
Cancel
Save