cache: also clear instruction list by name
This commit is contained in:
@@ -35,6 +35,7 @@ public class Instructions
|
|||||||
public static void init()
|
public static void init()
|
||||||
{
|
{
|
||||||
instructions.clear();
|
instructions.clear();
|
||||||
|
instructionsByName.clear();
|
||||||
|
|
||||||
add(Opcodes.LOAD_INT, "load_int", 0, 1);
|
add(Opcodes.LOAD_INT, "load_int", 0, 1);
|
||||||
add(Opcodes.GET_SETTINGS, "get_settings", 0, 1);
|
add(Opcodes.GET_SETTINGS, "get_settings", 0, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user