Add status variable to threads
This commit is contained in:
@@ -46,7 +46,7 @@ void Kernel::arbitrateAddress() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (address & 3) {
|
||||
if (address & 3) [[unlikely]] {
|
||||
Helpers::panic("ArbitrateAddres:: Unaligned address");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user