From 26c8f70fd837baec98bcf2aac89ae658c5590013 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 3 May 2017 23:37:30 -0400 Subject: Adding IL instruction for truncating result to smaller value --- binaryninjacore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 730cbe8d..abb53a7b 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -313,6 +313,7 @@ extern "C" LLIL_NOT, LLIL_SX, LLIL_ZX, + LLIL_LOW_PART, LLIL_JUMP, LLIL_JUMP_TO, LLIL_CALL, @@ -751,6 +752,7 @@ extern "C" MLIL_NOT, MLIL_SX, MLIL_ZX, + MLIL_LOW_PART, MLIL_JUMP, MLIL_JUMP_TO, MLIL_CALL, // Not valid in SSA form (see MLIL_CALL_SSA) -- cgit v1.3.1