fix: ssp is now enabled and it no longer crashes with several prints (so far)
This commit is contained in:
@ -18,6 +18,7 @@ void *alloc_frames(size_t size)
|
||||
kprintf("type: %d, addr: %p, len: %u, size: %u, \n",
|
||||
mmmt->type, mmmt->addr, mmmt->len, mmmt->size);
|
||||
}
|
||||
PRINT_PTR(mmmt);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user