fix: handle super case for invokespecial opcode (#1300)
This commit is contained in:
@@ -97,6 +97,7 @@ public enum Opcode {
|
||||
INVOKE_SUPER_RANGE,
|
||||
INVOKE_VIRTUAL,
|
||||
INVOKE_VIRTUAL_RANGE,
|
||||
INVOKE_SPECIAL,
|
||||
|
||||
IGET,
|
||||
IPUT,
|
||||
|
||||
Reference in New Issue
Block a user