summaryrefslogtreecommitdiff
path: root/binaryninjaapi.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 /binaryninjaapi.h
parenteb2ba156a6dc7654e143d46f79384066a2e5e4a3 (diff)
Add IL instruction to promote bool to int, used for MIPS jump tables
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 7ece4c4d..72240975 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1545,6 +1545,7 @@ namespace BinaryNinja
ExprId CompareSignedGreaterThan(size_t size, ExprId a, ExprId b);
ExprId CompareUnsignedGreaterThan(size_t size, ExprId a, ExprId b);
ExprId TestBit(size_t size, ExprId a, ExprId b);
+ ExprId BoolToInt(size_t size, ExprId a);
ExprId SystemCall();
ExprId Breakpoint();
ExprId Trap(uint32_t num);