From 652dd72149b9c030e438d6de1a03ef54eafd8091 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 30 Jul 2019 18:21:15 -0400 Subject: Add continue HLIL instruction --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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& sources, const ILSourceLocation& loc = ILSourceLocation()); ExprId NoReturn(const ILSourceLocation& loc = ILSourceLocation()); -- cgit v1.3.1