mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 13:05:49 +00:00
AS3 allow exception start/end to not match instruction boundary
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user