Skip to content

Commit

Permalink
Add missing instructions to WIDE type
Browse files Browse the repository at this point in the history
  • Loading branch information
xxDark committed Jun 15, 2022
1 parent 92f315d commit d053779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/me/coley/cafedude/io/InstructionReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ public List<Instruction> read(CodeAttribute attribute) {
case DLOAD:
case ISTORE:
case FSTORE:
case ASTORE:
case LSTORE:
case DSTORE:
case RET:
instructions.add(new WideInstruction(new IntOperandInstruction(type,
Expand Down

0 comments on commit d053779

Please sign in to comment.