mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +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)
|
||||
|
||||
{
|
||||
if (jmodel->isOverride())
|
||||
return; // Don't perform sanity check on an override
|
||||
uint4 sz = addresstable.size();
|
||||
|
||||
if (!isReachable(indirect))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue