mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fixed decompiler bug causing Ghidra to try to read data from the unique
space
This commit is contained in:
parent
55b2fe5d02
commit
146a83f953
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue