From 08e34ac325743085911f96b62c81d9a1f2127806 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 27 Apr 2026 16:39:21 -0400 Subject: Extend MLIL call instruction outputs to be expressions --- lowlevelilinstruction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lowlevelilinstruction.h') diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h index 97f10c32..c7bbc7f4 100644 --- a/lowlevelilinstruction.h +++ b/lowlevelilinstruction.h @@ -533,6 +533,7 @@ namespace BinaryNinja const LowLevelILInstruction operator[](size_t i) const; operator _STD_VECTOR() const; + operator _STD_VECTOR() const; }; /*! -- cgit v1.3.1