cache: fix tests... static state being initialized twice
This commit is contained in:
@@ -33,6 +33,8 @@ public class Instructions
|
||||
|
||||
public static void init()
|
||||
{
|
||||
instructions.clear();
|
||||
|
||||
add(Opcodes.LOAD_INT, "load_int", 0, 1);
|
||||
add(Opcodes.GET_SETTINGS, "get_settings", 0, 1);
|
||||
add(Opcodes.PUT_SETTINGS, "put_settings", 0, 1);
|
||||
|
||||
Reference in New Issue
Block a user