Skip to content

Commit

Permalink
cache: also clear instruction list by name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Mar 5, 2017
1 parent 633a184 commit 76dcf79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class Instructions
public static void init()
{
instructions.clear();
instructionsByName.clear();

add(Opcodes.LOAD_INT, "load_int", 0, 1);
add(Opcodes.GET_SETTINGS, "get_settings", 0, 1);
Expand Down

0 comments on commit 76dcf79

Please sign in to comment.