Feat: lab 3 w/o adv 2
This commit is contained in:
@@ -20,8 +20,8 @@ void not_implemented_handler()
|
||||
|
||||
void synchronous_handler()
|
||||
{
|
||||
static int count = 0;
|
||||
if (count++ > 5)
|
||||
static int poop = 0;
|
||||
if (poop++ > 5)
|
||||
exit(ERR_ADMINKILL);
|
||||
DEBUG_EXCEP("synchronous caught");
|
||||
uint64_t x0 = 0x0;
|
||||
|
||||
Reference in New Issue
Block a user