Merge "Initialize nested to true" into rvc-dev am: b96e3e317b
Change-Id: I5e9bbe63c1f6ce4bb767497557bb147517205eb8
This commit is contained in:
@@ -160,7 +160,7 @@ struct AtomDecl {
|
||||
int exclusiveField = 0;
|
||||
int defaultState = INT_MAX;
|
||||
int triggerStateReset = INT_MAX;
|
||||
bool nested;
|
||||
bool nested = true;
|
||||
|
||||
int uidField = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user