mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Roughed in alias block option
This commit is contained in:
parent
e4084b40ee
commit
04b4011166
5 changed files with 51 additions and 2 deletions
|
@ -96,6 +96,7 @@ Architecture::Architecture(void)
|
|||
infer_pointers = true;
|
||||
funcptr_align = 0;
|
||||
flowoptions = 0;
|
||||
alias_block_level = 2; // Block structs and arrays by default
|
||||
defaultfp = (ProtoModel *)0;
|
||||
defaultReturnAddr.space = (AddrSpace *)0;
|
||||
evalfp_current = (ProtoModel *)0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue