From 220e905af625ca8e433249e2cb74dfbaa2d252c3 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 4 Oct 2024 00:06:46 +0300 Subject: Add Sierra ASM68 support --- src/disasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/disasm.h') diff --git a/src/disasm.h b/src/disasm.h index 90906ed..a805df6 100644 --- a/src/disasm.h +++ b/src/disasm.h @@ -56,7 +56,7 @@ struct DisasmNode { /*! Disassembles instruction with arguments * returns size of whole instruction with arguments in bytes */ - size_t Disasm(const DataView &code); + size_t Disasm(const DataView &code, const Settings &); size_t DisasmAsRaw(const DataView &code); void AddReferencedBy(uint32_t address, ReferenceType); ~DisasmNode(); -- cgit v1.2.3