From cdabbbcfa0717b2253f79e04eb6ac14996cf9dca Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 22 May 2023 21:11:50 +0300 Subject: Impl --indent option in some way, use tab by default --- disasm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'disasm.h') 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, -- cgit v1.2.3