diff options
| -rw-r--r-- | core/rdar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/rdar.c b/core/rdar.c index 4482f02..ba67c69 100644 --- a/core/rdar.c +++ b/core/rdar.c @@ -268,6 +268,7 @@ idata_push_root(void) desc = &root->data; desc->length = sizeof(struct root_data_region); + desc->flags = DATA_ROOT; IDATA_PUSH(root); return 0; } |
