We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9185674 commit 0abf9acCopy full SHA for 0abf9ac
MIPSInterpreter/DecompManager.cs
@@ -85,7 +85,7 @@ static bool IsVAddr(uint addr)
85
86
static bool IsBZeroSize(int size)
87
{
88
- return size > 0 && size < 0x1000;
+ return size > 0 && size <= 0x8000;
89
}
90
91
public DecompManager(uint[] mem)
0 commit comments