mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
getmemregions: userland never exceeds 0x40000000
This commit is contained in:
parent
ccf13be964
commit
76d274cfe2
@ -281,7 +281,7 @@ GDB_DECLARE_REMOTE_COMMAND_HANDLER(GetMemRegions)
|
||||
goto end;
|
||||
}
|
||||
|
||||
while (address < 0x50000000 ///< Limit to check for regions
|
||||
while (address < 0x40000000 ///< Limit to check for regions
|
||||
&& posInBuffer < maxPosInBuffer
|
||||
&& R_SUCCEEDED(svcQueryProcessMemory(&memi, &pagei, handle, address)))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user