mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 08:44:51 +00:00
AS3 p-code editing - metadata read/write support
This commit is contained in:
@@ -3504,7 +3504,7 @@ public class CommandLineArgumentParser {
|
||||
mb.setCodeBytes(data);
|
||||
} else {
|
||||
try {
|
||||
AVM2Code acode = ASM3Parser.parse(new StringReader(text), abc.constants, trait, new MissingSymbolHandler() {
|
||||
AVM2Code acode = ASM3Parser.parse(abc, new StringReader(text), trait, new MissingSymbolHandler() {
|
||||
//no longer ask for adding new constants
|
||||
@Override
|
||||
public boolean missingString(String value) {
|
||||
|
||||
Reference in New Issue
Block a user