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;
}

View File

@@ -18,7 +18,7 @@ LABEL7:
load_int 0
return
LABEL9:
sload
sload 0
string_remove_html
3623
load_int 1
@@ -40,7 +40,7 @@ LABEL24:
load_int 0
return
LABEL26:
sload
sload 0
string_remove_html
3623
load_int 1
@@ -63,7 +63,7 @@ LABEL40:
if_icmpeq LABEL44
jump LABEL51
LABEL44:
sload
sload 0
3609
load_int 1
if_icmpeq LABEL49