Issue #420: some EmptyStackExceptions fixed

This commit is contained in:
Honfika
2013-11-25 19:57:11 +01:00
parent f53d825915
commit abfc07ca59
4 changed files with 101 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ public class AVM2Code implements Serializable {
new EqualsIns(),
new EscXAttrIns(),
new EscXElemIns(),
new InstructionDefinition(0x5f, "finddef", new int[]{AVM2Code.DAT_MULTINAME_INDEX}),
new FindDefIns(),
/* //Duplicate OPCODE with deldescendants. Prefering deldescendants (found in FLEX compiler)
new InstructionDefinition(0x5b,"findpropglobalstrict",new int[]{AVM2Code.DAT_MULTINAME_INDEX}){