This commit is contained in:
TheRealNull
2020-12-19 17:52:08 -05:00
parent b6f47eb581
commit 473fe2fa43
93 changed files with 1600 additions and 1296 deletions

View File

@@ -57,7 +57,8 @@ public class InvokeInterface extends Instruction implements InvokeInstruction
super(instructions, type);
}
public InvokeInterface(Instructions instructions, Method method) {
public InvokeInterface(Instructions instructions, Method method)
{
super(instructions, InstructionType.INVOKEINTERFACE);
this.method = method;
}