From 8847e3c560327dbc04123fa832983453cc27d542 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 14 May 2023 23:01:03 +0300 Subject: Make snprint_reg_mask inlineable --- disasm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'disasm.h') diff --git a/disasm.h b/disasm.h index 6eaf48b..6f90dad 100644 --- a/disasm.h +++ b/disasm.h @@ -369,5 +369,4 @@ struct DisasmNode { size_t Disasm(const DataBuffer &code); void AddReferencedBy(uint32_t offset, ReferenceType); ~DisasmNode(); -private: }; -- cgit v1.2.3