diff options
author | Oxore <oxore@protonmail.com> | 2023-05-22 21:11:50 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-22 21:11:50 +0300 |
commit | cdabbbcfa0717b2253f79e04eb6ac14996cf9dca (patch) | |
tree | eeabbf96c41bbd23755ee13b3449690d194b5c5e /disasm.h | |
parent | e40ee76cdae5d85ef9f997d766956bbe179a1fc3 (diff) |
Impl --indent option in some way, use tab by default
Diffstat (limited to 'disasm.h')
-rw-r--r-- | disasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |