From f6db8b030153a27a8da1b794c3330b46ceeda894 Mon Sep 17 00:00:00 2001 From: Dusk Banks Date: Tue, 28 Jan 2025 22:11:14 -0800 Subject: Fix documentation around `LLIL_MUL` `mul` is aligned with at least what x86 returns for tokens. Signed-off-by: Dusk Banks --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6926d61b..f3258a71 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -12224,7 +12224,7 @@ namespace BinaryNinja { \param b RHS expression \param flags Flags to set \param loc Optional IL Location this expression was added from. - \return The expression sbc.{}(a, b) + \return The expression mul.{}(a, b) */ ExprId Mult( size_t size, ExprId a, ExprId b, uint32_t flags = 0, const ILSourceLocation& loc = ILSourceLocation()); -- cgit v1.3.1