diff options
| author | Chloe M. <chloe@faracom.org> | 2026-07-28 18:39:28 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@faracom.org> | 2026-07-28 18:39:28 +0000 |
| commit | f787daa3d7e040577d2adc840b998dbf7b01f5b7 (patch) | |
| tree | f5387259662dd53fb4a9fedf3e547f994d8fe782 | |
| parent | b877ee3d4d6b4c1be6cdf9413ce1911887f528f8 (diff) | |
packer: Mark root descriptor with DATA_ROOT
Signed-off-by: Chloe M. <chloe@faracom.org>
| -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; } |
