summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2018-08-21 15:47:34 -0400
committerRusty Wagner <rusty@vector35.com>2018-08-21 15:47:34 -0400
commit5841af2db8e8dcf4e0da0c438ac040c5fa90038b (patch)
tree45512fef65afea712ad5e87bea9a27455f751e5a /binaryninjacore.h
parent8e320c4be695cd47ae93673320d525ce513cec90 (diff)
Add return hint MLIL instruction (used in intermediate stages, not emitted in final forms)
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index c8fb9f8f..e029f208 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -851,6 +851,7 @@ extern "C"
MLIL_LOW_PART,
MLIL_JUMP,
MLIL_JUMP_TO,
+ MLIL_RET_HINT, // Intermediate stages, does not appear in final forms
MLIL_CALL, // Not valid in SSA form (see MLIL_CALL_SSA)
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