mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Add status variable to threads
This commit is contained in:
parent
1ac9417d50
commit
0d9088eddc
5 changed files with 20 additions and 8 deletions
|
@ -46,7 +46,7 @@ void Kernel::arbitrateAddress() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (address & 3) {
|
||||
if (address & 3) [[unlikely]] {
|
||||
Helpers::panic("ArbitrateAddres:: Unaligned address");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue