fix: handle super case for invokespecial opcode (#1300)

This commit is contained in:
Skylot
2021-12-02 18:13:19 +00:00
parent 59ef569a63
commit 4cc00bdaf2
9 changed files with 165 additions and 9 deletions
@@ -97,6 +97,7 @@ public enum Opcode {
INVOKE_SUPER_RANGE,
INVOKE_VIRTUAL,
INVOKE_VIRTUAL_RANGE,
INVOKE_SPECIAL,
IGET,
IPUT,