From 4baaf25b0204174896e6c7674fba9282a1e2c0b0 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Wed, 3 Sep 2014 14:19:54 +0200 Subject: [PATCH] #661 Scripts not showing fixed --- .../src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }