Fix: mman behavior
This commit is contained in:
@@ -21,7 +21,7 @@ void not_implemented_handler()
|
||||
void synchronous_handler()
|
||||
{
|
||||
static int poop = 0;
|
||||
if (poop++ > 5)
|
||||
if (poop++ > 10)
|
||||
exit(ERR_ADMINKILL);
|
||||
DEBUG_EXCEP("synchronous caught");
|
||||
uint64_t x0 = 0x0;
|
||||
|
||||
Reference in New Issue
Block a user