mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-19 15:58:36 +00:00
kern: fix attribute checks in device unmap
This commit is contained in:
parent
f106b9d9b9
commit
5524b85a9a
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ namespace ams::kern::board::nintendo::nx {
|
|||
|
||||
/* Walk the directory. */
|
||||
u64 remaining = size;
|
||||
bool first = false;
|
||||
bool first = true;
|
||||
u32 attr = 0;
|
||||
while (remaining > 0) {
|
||||
const size_t l0_index = (address / DeviceRegionSize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue