cache: also write int operand for sload
This commit is contained in:
@@ -199,6 +199,7 @@ public class Disassembler
|
||||
{
|
||||
case Opcodes.LOAD_INT:
|
||||
case Opcodes.ILOAD:
|
||||
case Opcodes.SLOAD:
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user