mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 23:55:40 +12:00
Fix typo
This commit is contained in:
parent
6419098851
commit
4ed1cf234b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void Kernel::arbitrateAddress() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (address & 3) [[unlikely]] {
|
if (address & 3) [[unlikely]] {
|
||||||
Helpers::panic("ArbitrateAddres:: Unaligned address");
|
Helpers::panic("ArbitrateAddress: Unaligned address");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type > 4) [[unlikely]] {
|
if (type > 4) [[unlikely]] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue