From be44532917b2458bb81ba838bce0a0d045957909 Mon Sep 17 00:00:00 2001 From: liumuqing <523416700@qq.com> Date: Thu, 22 Oct 2020 19:22:52 +0800 Subject: remove confusing comment of MLIL_RET --- binaryninjacore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index a34d1f7e..1a412f09 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -958,7 +958,7 @@ extern "C" MLIL_CALL_UNTYPED, // Not valid in SSA form (see MLIL_CALL_UNTYPED_SSA) MLIL_CALL_OUTPUT, // Only valid within MLIL_CALL, MLIL_SYSCALL, MLIL_TAILCALL family instructions MLIL_CALL_PARAM, // Only valid within MLIL_CALL, MLIL_SYSCALL, MLIL_TAILCALL family instructions - MLIL_RET, // Not valid in SSA form (see MLIL_RET_SSA) + MLIL_RET, MLIL_NORET, MLIL_IF, MLIL_GOTO, -- cgit v1.3.1