summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index eba63058..323431c9 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4057,7 +4057,8 @@ __attribute__ ((format (printf, 1, 2)))
const ILSourceLocation& loc = ILSourceLocation());
ExprId Switch(ExprId condition, ExprId defaultExpr, const std::vector<ExprId>& cases,
const ILSourceLocation& loc = ILSourceLocation());
- ExprId Case(ExprId condition, ExprId expr, const ILSourceLocation& loc = ILSourceLocation());
+ ExprId Case(const std::vector<ExprId>& condition, ExprId expr,
+ const ILSourceLocation& loc = ILSourceLocation());
ExprId Break(const ILSourceLocation& loc = ILSourceLocation());
ExprId Continue(const ILSourceLocation& loc = ILSourceLocation());
ExprId Jump(ExprId dest, const ILSourceLocation& loc = ILSourceLocation());