cache: fix tests... static state being initialized twice

This commit is contained in:
Adam
2017-03-03 13:35:00 -05:00
parent 968494850d
commit e6cf15672e

View File

@@ -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);