diff options
author | Oxore <oxore@protonmail.com> | 2025-02-01 18:14:31 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2025-02-01 18:21:52 +0300 |
commit | bea4c5538e287cd3b5943c1e45e8b24c5b462cb4 (patch) | |
tree | dcbd39477f9482006aa566d315c9d25026b90e1e /src/common.h | |
parent | 07ff2ebf9b29084670fb3fa46f8427d3272117d5 (diff) |
Turn ReferenceRecord chains into a simple linked list
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 7b91847..40be645 100644 --- a/src/common.h +++ b/src/common.h @@ -50,6 +50,7 @@ struct Settings { const char *output_dir_path{}; SplitParams split{}; TargetAssembler target_asm{}; + size_t xrefs_per_line{5}; }; using RefKindMask = unsigned; |