summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2025-02-01 18:14:31 +0300
committerOxore <oxore@protonmail.com>2025-02-01 18:21:52 +0300
commitbea4c5538e287cd3b5943c1e45e8b24c5b462cb4 (patch)
treedcbd39477f9482006aa566d315c9d25026b90e1e /src/common.h
parent07ff2ebf9b29084670fb3fa46f8427d3272117d5 (diff)
Turn ReferenceRecord chains into a simple linked list
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
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;