summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/low_level_il/lifting.rs2
1 files changed, 1 insertions, 1 deletions
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);