mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Better triggering for ActionLaneDivide
This commit is contained in:
parent
b3bd637d99
commit
791f16101e
5 changed files with 28 additions and 39 deletions
|
@ -36,6 +36,7 @@ Funcdata::Funcdata(const string &nm,Scope *scope,const Address &addr,int4 sz)
|
|||
high_level_index = 0;
|
||||
cast_phase_index = 0;
|
||||
glb = scope->getArch();
|
||||
minLanedSize = glb->getMinimumLanedRegisterSize();
|
||||
name = nm;
|
||||
|
||||
size = sz;
|
||||
|
@ -69,6 +70,7 @@ void Funcdata::clear(void)
|
|||
clean_up_index = 0;
|
||||
high_level_index = 0;
|
||||
cast_phase_index = 0;
|
||||
minLanedSize = glb->getMinimumLanedRegisterSize();
|
||||
|
||||
localmap->clearUnlocked(); // Clear non-permanent stuff
|
||||
localmap->resetLocalWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue