mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
Fixed decompiler bug causing Ghidra to try to read data from the unique
space
This commit is contained in:
parent
55b2fe5d02
commit
146a83f953
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user