Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Jun 24, 2024
1 parent a0ef1cc commit f5a45e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ pub enum Instruction {
},
AdcSbb {
dest: InstructionOperandDest,
#[allow(dead_code)]
source: InstructionOperand,
opsize: i32,
},
Expand Down

0 comments on commit f5a45e1

Please sign in to comment.