diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ struct Settings { bool xrefs_to{}; bool xrefs_from{}; bool imm_hex{}; + bool follow_jumps{}; + bool walk{}; BFDTarget bfd{}; const char *indent{"\t"}; }; |