summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2019-07-30 18:21:15 -0400
committerRusty Wagner <rusty@vector35.com>2020-04-17 14:20:36 -0400
commit652dd72149b9c030e438d6de1a03ef54eafd8091 (patch)
tree17e798a8becf6c39d236f31111c136f13b4f49a3 /binaryninjaapi.h
parent203717232e816d42973f05f1c9fbc950914d71dc (diff)
Add continue HLIL instruction
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index ed10caca..1cbcc973 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4059,6 +4059,7 @@ __attribute__ ((format (printf, 1, 2)))
const ILSourceLocation& loc = ILSourceLocation());
ExprId Case(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());
ExprId Return(const std::vector<ExprId>& sources, const ILSourceLocation& loc = ILSourceLocation());
ExprId NoReturn(const ILSourceLocation& loc = ILSourceLocation());