aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/long_mode/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs
index 1e3f568..cb3d699 100644
--- a/src/long_mode/mod.rs
+++ b/src/long_mode/mod.rs
@@ -9354,12 +9354,6 @@ fn decode_x87<T: Iterator<Item=u8>>(_decoder: &InstDecoder, mut bytes_iter: T, i
}
fn decode_one<'b, T: IntoIterator<Item=u8>>(decoder: &InstDecoder, bytes: T, instr: &'b mut Instruction) -> Result<(), DecodeError> {
- instr.operands = [
- OperandSpec::Nothing,
- OperandSpec::Nothing,
- OperandSpec::Nothing,
- OperandSpec::Nothing,
- ];
let bytes_iter = bytes.into_iter();
read_instr(decoder, bytes_iter, instr)
}