Merge "Initialize nested to true" into rvc-dev am: b96e3e317b am: 46771a3c9a am: cbbe63089d
Change-Id: Ia06c8014b689f5f74e1dc534e584e557ca3bdd3f
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