From b5c24afbc10a36f65e73d5ef2100da4ff173a109 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 3 Jun 2023 20:22:01 +0300 Subject: Impl -fimm-hex --- disasm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'disasm.h') 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, -- cgit v1.2.3