custom command line paramters fixed, ABC parameter added to method body parsed event

This commit is contained in:
honfika@gmail.com
2016-04-01 13:35:44 +02:00
parent 3c3ab1afd1
commit 251cfdda4f
6 changed files with 76 additions and 26 deletions

View File

@@ -65,7 +65,7 @@ public class AS3JumpOverflowFix implements SWFDecompilerListener {
}
@Override
public void methodBodyParsed(MethodBody body, SWF swf) {
public void methodBodyParsed(ABC abc, MethodBody body, SWF swf) {
}
@Override