mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-4314 Don't sanity check overridden switch
This commit is contained in:
parent
cd58c76035
commit
690459e2f1
1 changed files with 2 additions and 0 deletions
|
@ -2253,6 +2253,8 @@ void JumpTable::recoverModel(Funcdata *fd)
|
||||||
void JumpTable::sanityCheck(Funcdata *fd)
|
void JumpTable::sanityCheck(Funcdata *fd)
|
||||||
|
|
||||||
{
|
{
|
||||||
|
if (jmodel->isOverride())
|
||||||
|
return; // Don't perform sanity check on an override
|
||||||
uint4 sz = addresstable.size();
|
uint4 sz = addresstable.size();
|
||||||
|
|
||||||
if (!isReachable(indirect))
|
if (!isReachable(indirect))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue