AS3 allow exception start/end to not match instruction boundary

This commit is contained in:
Jindra Petřík
2021-02-03 19:55:24 +01:00
parent 3df1ac57d8
commit a0022ff3b1
16 changed files with 132 additions and 93 deletions

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.graph;
import com.jpexs.decompiler.flash.BaseLocalData;
@@ -112,6 +113,8 @@ public abstract class GraphSource implements Serializable {
public abstract int adr2pos(long adr);
public abstract int adr2pos(long adr, boolean nearest);
public abstract long pos2adr(int pos);
public long getAddressAfterCode() {