summaryrefslogtreecommitdiff
path: root/disasm.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-22 21:11:50 +0300
committerOxore <oxore@protonmail.com>2023-05-22 21:11:50 +0300
commitcdabbbcfa0717b2253f79e04eb6ac14996cf9dca (patch)
treeeeabbf96c41bbd23755ee13b3449690d194b5c5e /disasm.h
parente40ee76cdae5d85ef9f997d766956bbe179a1fc3 (diff)
Impl --indent option in some way, use tab by default
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 3a10507..68bb824 100644
--- a/disasm.h
+++ b/disasm.h
@@ -353,6 +353,7 @@ struct Op {
}
int FPrint(
FILE *,
+ const char *indent,
RefKindMask ref_kinds = 0,
uint32_t self_addr = 0,
uint32_t ref1_addr = 0,