Skip to content

Commit

Permalink
Merge pull request #17 from xxDark/master
Browse files Browse the repository at this point in the history
Add missing instructions to WIDE type
  • Loading branch information
Col-E authored Jun 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 92f315d + 0076dd4 commit f1451d0
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<groupId>me.coley</groupId>
<artifactId>cafedude</artifactId>
<url>https://github.com/Col-E/CAFED00D/</url>
<version>1.10.0</version>
<version>1.10.1</version>
<name>CAFED00D</name>

<properties>
@@ -141,4 +141,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
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
@@ -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,

0 comments on commit f1451d0

Please sign in to comment.