Skip to content

Commit 1060a72

Browse files
committed
Make rust il.undefined return a ValueExpr for use as a sub-expr
1 parent 5b43c09 commit 1060a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/low_level_il/lifting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ impl LowLevelILMutableFunction {
10401040
}
10411041

10421042
no_arg_lifter!(unimplemented, LLIL_UNIMPL, ValueExpr);
1043-
no_arg_lifter!(undefined, LLIL_UNDEF, VoidExpr);
1043+
no_arg_lifter!(undefined, LLIL_UNDEF, ValueExpr);
10441044
no_arg_lifter!(nop, LLIL_NOP, VoidExpr);
10451045

10461046
no_arg_lifter!(no_ret, LLIL_NORET, VoidExpr);

0 commit comments

Comments
 (0)