diff options
Diffstat (limited to 'arch/msp430/src')
| -rw-r--r-- | arch/msp430/src/lift.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/msp430/src/lift.rs b/arch/msp430/src/lift.rs index 880f201d..9bf78a70 100644 --- a/arch/msp430/src/lift.rs +++ b/arch/msp430/src/lift.rs @@ -74,9 +74,6 @@ macro_rules! one_operand { .append() } Operand::Constant(val) => $il.store(2, $il.const_int(2, *val as u64), $op).append(), - _ => { - unreachable!() - } }; }; } |
