From 1060a72be93a4a229f60e931a003d065beb727e2 Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Thu, 4 Sep 2025 14:03:41 -0400 Subject: Make rust il.undefined return a ValueExpr for use as a sub-expr --- rust/src/low_level_il/lifting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') diff --git a/rust/src/low_level_il/lifting.rs b/rust/src/low_level_il/lifting.rs index a51cd3d5..acb21301 100644 --- a/rust/src/low_level_il/lifting.rs +++ b/rust/src/low_level_il/lifting.rs @@ -1040,7 +1040,7 @@ impl LowLevelILMutableFunction { } no_arg_lifter!(unimplemented, LLIL_UNIMPL, ValueExpr); - no_arg_lifter!(undefined, LLIL_UNDEF, VoidExpr); + no_arg_lifter!(undefined, LLIL_UNDEF, ValueExpr); no_arg_lifter!(nop, LLIL_NOP, VoidExpr); no_arg_lifter!(no_ret, LLIL_NORET, VoidExpr); -- cgit v1.3.1