summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2016-05-30 22:40:24 -0400
committerRusty Wagner <rusty@vector35.com>2016-05-30 22:40:24 -0400
commit4dc7c3041e7c95e373b55dbb27b1861e82976fc0 (patch)
tree84c56f913999eef22384a65c8343d07f29df17d4 /binaryninjacore.h
parenteb2ba156a6dc7654e143d46f79384066a2e5e4a3 (diff)
Add IL instruction to promote bool to int, used for MIPS jump tables
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 41388a98..cbbfcfa8 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -245,6 +245,7 @@ extern "C"
LLIL_CMP_SGT,
LLIL_CMP_UGT,
LLIL_TEST_BIT,
+ LLIL_BOOL_TO_INT,
LLIL_SYSCALL,
LLIL_BP,
LLIL_TRAP,