summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliumuqing <523416700@qq.com>2020-10-22 19:22:52 +0800
committerPeter LaFosse <peter@vector35.com>2020-10-28 14:18:39 -0400
commitbe44532917b2458bb81ba838bce0a0d045957909 (patch)
tree074d654f157a13b1a4a2b568a323f3ecc2e8406a
parent58f18c24dd5bef3d5bc68b570faa9733635b7cc8 (diff)
remove confusing comment of MLIL_RET
-rw-r--r--binaryninjacore.h2
1 files changed, 1 insertions, 1 deletions
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,