From 4dc7c3041e7c95e373b55dbb27b1861e82976fc0 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 30 May 2016 22:40:24 -0400 Subject: Add IL instruction to promote bool to int, used for MIPS jump tables --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') 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, -- cgit v1.3.1