mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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:
|
case CPUI_INT_SUB:
|
||||||
countaddsub += 1;
|
countaddsub += 1;
|
||||||
if (countaddsub > maxaddsub) break;
|
if (countaddsub > maxaddsub) break;
|
||||||
|
if (!normop->getIn(1-j)->isConstant()) break;
|
||||||
switchvn = testvn;
|
switchvn = testvn;
|
||||||
break;
|
break;
|
||||||
case CPUI_INT_ZEXT:
|
case CPUI_INT_ZEXT:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue