diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/long_mode/mod.rs | 6 | 
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)  }  | 
