Skip to content

Commit

Permalink
move map region to within 38-bit address space
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Mar 5, 2018
1 parent a88eff8 commit fb375ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Svc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -523,15 +523,15 @@ tuple<guint, guint> Svc::GetInfo(guint id1, ghandle handle, guint id2) {
LOG_DEBUG(Svc[0x29], "GetInfo handle=0x%x id1=0x" LONGFMT " id2=" LONGFMT, handle, id1, id2);
matchpair(0, 0, 0xF);
matchpair(1, 0, 0xFFFFFFFF00000000);
matchpair(2, 0, 0xbb00000000); // map region
matchpair(2, 0, 0xbb0000000); // map region
matchpair(3, 0, 0x1000000000); // size
matchpair(4, 0, 0xaa0000000); // heap region
matchpair(5, 0, ctu->heapsize); // size
matchpair(6, 0, 0x400000);
matchpair(7, 0, 0x10000);
matchpair(12, 0, 0x8000000);
matchpair(13, 0, 0x7ff8000000);
matchpair(14, 0, 0xbb00000000); // new map region
matchpair(14, 0, 0xbb0000000); // new map region
matchpair(15, 0, 0x1000000000); // size
matchpair(18, 0, 0x0100000000000036); // Title ID
matchone(11, 0);
Expand Down

0 comments on commit fb375ce

Please sign in to comment.