diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java index 6605b7d2e..5068d4643 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java @@ -830,7 +830,7 @@ public class AVM2Code implements Serializable { code.add(new AVM2Instruction(startOffset, instr, actualOperands, ais.stopBuffer())); ais.endDumpLevel(instr.instructionCode); } else { - ais.endDumpLevel(instr.instructionCode); + ais.endDumpLevel(); break; // Unknown instructions are ignored (Some of the obfuscators add unknown instructions) //throw new UnknownInstructionCode(instructionCode); }