Skip to content

Commit

Permalink
mark WideInstruction as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhchchc committed Sep 19, 2024
1 parent 0568d00 commit ddefd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jvm/code/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ pub enum Instruction {
MonitorExit = 0xc3,

// Extended
#[deprecated(note = "Use the inner instruction instead")]
Wide(WideInstruction) = 0xc4,
MultiANewArray(FieldType, u8) = 0xc5,
IfNull(ProgramCounter) = 0xc6,
Expand Down

0 comments on commit ddefd6e

Please sign in to comment.