VarAction2: Fix reg tracking through previously handled procedures
See: #479
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user