VarAction2: Fix reg tracking through previously handled procedures

See: #479
This commit is contained in:
Jonathan G Rennison
2023-01-29 14:54:55 +00:00
parent 87f8e56534
commit d793a70dfe
2 changed files with 4 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ struct VarAction2GroupVariableTracking {
std::bitset<256> in;
std::bitset<256> out;
std::bitset<256> proc_call_out;
std::bitset<256> proc_call_in;
};
struct VarAction2ProcedureAnnotation {