Roughed in alias block option

This commit is contained in:
caheckman 2020-02-24 09:23:05 -05:00
parent e4084b40ee
commit 04b4011166
5 changed files with 51 additions and 2 deletions

View file

@ -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;