summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-06-03 20:22:01 +0300
committerOxore <oxore@protonmail.com>2023-06-03 20:25:19 +0300
commitb5c24afbc10a36f65e73d5ef2100da4ff173a109 (patch)
treee770a62f7b0f46ded2ab96f20010a26d376f26ce /common.h
parent5c010acbd7291482ce953a2d9a9b857772b695d6 (diff)
Impl -fimm-hex
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index 73689ba..97dfe7c 100644
--- a/common.h
+++ b/common.h
@@ -4,6 +4,7 @@
#pragma once
struct Settings {
+ bool raw_data_comment{};
bool labels{};
bool rel_labels{};
bool abs_labels{};
@@ -14,7 +15,7 @@ struct Settings {
bool export_functions{};
bool xrefs_to{};
bool xrefs_from{};
- bool raw_data_comment{};
+ bool imm_hex{};
const char *indent{"\t"};
};