From d05377959f9e1221270ea0f6a016f1587e14f024 Mon Sep 17 00:00:00 2001 From: xDark <19853368+xxDark@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:33:57 +0300 Subject: [PATCH 1/2] Add missing instructions to WIDE type --- src/main/java/me/coley/cafedude/io/InstructionReader.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/me/coley/cafedude/io/InstructionReader.java b/src/main/java/me/coley/cafedude/io/InstructionReader.java index 03940e3..476b0cc 100644 --- a/src/main/java/me/coley/cafedude/io/InstructionReader.java +++ b/src/main/java/me/coley/cafedude/io/InstructionReader.java @@ -358,6 +358,8 @@ public List read(CodeAttribute attribute) { case DLOAD: case ISTORE: case FSTORE: + case ASTORE: + case LSTORE: case DSTORE: case RET: instructions.add(new WideInstruction(new IntOperandInstruction(type, From 0076dd4234d55adc56bcf0a8db42bde955b4b705 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 15 Jun 2022 12:15:48 -0400 Subject: [PATCH 2/2] fix: Bump version -> 1.10.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index da96bf4..dba84af 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ me.coley cafedude https://github.com/Col-E/CAFED00D/ - 1.10.0 + 1.10.1 CAFED00D @@ -141,4 +141,4 @@ - \ No newline at end of file +