mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
create method for different multiname types
This commit is contained in:
@@ -208,7 +208,7 @@ public class ActionScript3AssemblerTest extends ActionScriptTestBase {
|
||||
@Test
|
||||
public void testInstructionStackSizes() throws Exception {
|
||||
ABC abc = new ABC(null);
|
||||
Multiname multiname = new Multiname(Multiname.RTQNAMEL, 0, 0, 0);
|
||||
Multiname multiname = Multiname.createRTQNameL(false);
|
||||
abc.constants.addMultiname(multiname);
|
||||
AVM2Instruction ins = new AVM2Instruction(0, null, new int[]{1, 20});
|
||||
for (InstructionDefinition def : AVM2Code.instructionSet) {
|
||||
|
||||
Reference in New Issue
Block a user