diff options
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; |