summaryrefslogtreecommitdiff
path: root/disasm.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 /disasm.h
parent5c010acbd7291482ce953a2d9a9b857772b695d6 (diff)
Impl -fimm-hex
Diffstat (limited to 'disasm.h')
-rw-r--r--disasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/disasm.h b/disasm.h
index 9228ffb..07640dc 100644
--- a/disasm.h
+++ b/disasm.h
@@ -355,6 +355,7 @@ struct Op {
int FPrint(
FILE *,
const char *indent,
+ bool imm_as_hex,
RefKindMask ref_kinds = 0,
const char *ref1_label = nullptr,
const char *ref2_label = nullptr,