Merge "Update ASM usage to ASM9"

This commit is contained in:
Treehugger Robot
2022-05-25 16:03:15 +00:00
committed by Gerrit Code Review

View File

@@ -20,7 +20,7 @@ import java.util.List;
public class Utils { public class Utils {
public static final int ASM_VERSION = Opcodes.ASM7; public static final int ASM_VERSION = Opcodes.ASM9;
/** /**
* Reads a comma separated configuration similar to the Jack definition. * Reads a comma separated configuration similar to the Jack definition.