Skip to content

Commit 8e1f4b6

Browse files
committed
[Rust] Map LLIL_UNDEF to LowLevelILExpressionKind::Undef
1 parent 4bc8965 commit 8e1f4b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/src/low_level_il/expression.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@ where
434434
LowLevelILExpressionKind::SeparateParamListSsa(Operation::new(function, op, index))
435435
}
436436

437+
LLIL_UNDEF => LowLevelILExpressionKind::Undef(Operation::new(function, op, index)),
438+
437439
LLIL_UNIMPL => LowLevelILExpressionKind::Unimpl(Operation::new(function, op, index)),
438440
LLIL_UNIMPL_MEM => {
439441
LowLevelILExpressionKind::UnimplMem(Operation::new(function, op, index))

0 commit comments

Comments
 (0)