Add status variable to threads

This commit is contained in:
wheremyfoodat 2022-09-20 03:20:51 +03:00
parent 1ac9417d50
commit 0d9088eddc
5 changed files with 20 additions and 8 deletions

View file

@ -46,7 +46,7 @@ void Kernel::arbitrateAddress() {
return;
}
if (address & 3) {
if (address & 3) [[unlikely]] {
Helpers::panic("ArbitrateAddres:: Unaligned address");
}