mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 21:01:54 +00:00
AS2 disassembler fixed (jump to the middle of the instuction)
This commit is contained in:
@@ -31,6 +31,8 @@ public interface GraphSourceItemContainer {
|
||||
|
||||
public List<Long> getContainerSizes();
|
||||
|
||||
public void setContainerSize(int index, long size);
|
||||
|
||||
public String getASMSourceBetween(int pos);
|
||||
|
||||
public boolean parseDivision(long size, FlasmLexer lexer);
|
||||
|
||||
Reference in New Issue
Block a user