Print stack trace on invalid memory accesses (#461)
* Print stack trace on invalid memory accesses * Rebased, change code region base address for 39-bits address space, print stack trace on break and undefined instructions too
This commit is contained in:
parent
0e1e094b7a
commit
2cb8541462
5 changed files with 53 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace Ryujinx.HLE.HOS.Kernel
|
|||
break;
|
||||
|
||||
case AddressSpaceType.Addr39Bits:
|
||||
CodeRegionStart = 0;
|
||||
CodeRegionStart = 0x8000000;
|
||||
CodeRegionSize = 0x80000000;
|
||||
MapRegionSize = 0x1000000000;
|
||||
HeapRegionSize = 0x180000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue