summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorDusk Banks <me@bb010g.com>2025-01-28 22:11:14 -0800
committerPeter LaFosse <peter@vector35.com>2025-02-03 08:59:25 -0500
commitf6db8b030153a27a8da1b794c3330b46ceeda894 (patch)
tree2c8ee1cdf9557b78ce48d8e5710e1884fb3ceefe /binaryninjaapi.h
parent07dec2953456f5a6bee6100498eeebdfcb1964a7 (diff)
Fix documentation around `LLIL_MUL`
`mul` is aligned with at least what x86 returns for tokens. Signed-off-by: Dusk Banks <me@bb010g.com>
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
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 <tt>sbc.<size>{<flags>}(a, b)</tt>
+ \return The expression <tt>mul.<size>{<flags>}(a, b)</tt>
*/
ExprId Mult(
size_t size, ExprId a, ExprId b, uint32_t flags = 0, const ILSourceLocation& loc = ILSourceLocation());