Fixed decompiler bug causing Ghidra to try to read data from the unique

space
This commit is contained in:
caheckman 2019-05-22 12:09:58 -04:00
parent 55b2fe5d02
commit 146a83f953

View File

@ -1147,6 +1147,7 @@ void JumpBasic::findUnnormalized(uint4 maxaddsub,uint4 maxleftright,uint4 maxext
case CPUI_INT_SUB:
countaddsub += 1;
if (countaddsub > maxaddsub) break;
if (!normop->getIn(1-j)->isConstant()) break;
switchvn = testvn;
break;
case CPUI_INT_ZEXT: