cache: also write int operand for sload

This commit is contained in:
Adam
2017-05-21 18:02:49 -04:00
parent 27d154249e
commit 21d7955071
2 changed files with 4 additions and 3 deletions

View File

@@ -199,6 +199,7 @@ public class Disassembler
{
case Opcodes.LOAD_INT:
case Opcodes.ILOAD:
case Opcodes.SLOAD:
return true;
}