mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 03:20:45 +00:00
AS3: ApplyType instruction, TypeName name, Vector types
AS3: Fixed calling with pop
This commit is contained in:
@@ -89,7 +89,7 @@ public class AVM2Code {
|
||||
new AddIns(),
|
||||
new InstructionDefinition(0x9b,"add_d",new int[]{}),
|
||||
new AddIIns(),
|
||||
new InstructionDefinition(0x53,"applytype",new int[]{AVM2Code.OPT_U30}),
|
||||
new ApplyTypeIns(),
|
||||
new AsTypeIns(),
|
||||
new AsTypeLateIns(),
|
||||
new BitAndIns(),
|
||||
@@ -1301,7 +1301,7 @@ public class AVM2Code {
|
||||
throw (UnknownJumpException) ex;
|
||||
}
|
||||
throw new ConvertException(ex.toString(), ip);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public String tabString(int len) {
|
||||
|
||||
Reference in New Issue
Block a user