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.LOAD_INT:
|
||||||
case Opcodes.ILOAD:
|
case Opcodes.ILOAD:
|
||||||
|
case Opcodes.SLOAD:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ LABEL7:
|
|||||||
load_int 0
|
load_int 0
|
||||||
return
|
return
|
||||||
LABEL9:
|
LABEL9:
|
||||||
sload
|
sload 0
|
||||||
string_remove_html
|
string_remove_html
|
||||||
3623
|
3623
|
||||||
load_int 1
|
load_int 1
|
||||||
@@ -40,7 +40,7 @@ LABEL24:
|
|||||||
load_int 0
|
load_int 0
|
||||||
return
|
return
|
||||||
LABEL26:
|
LABEL26:
|
||||||
sload
|
sload 0
|
||||||
string_remove_html
|
string_remove_html
|
||||||
3623
|
3623
|
||||||
load_int 1
|
load_int 1
|
||||||
@@ -63,7 +63,7 @@ LABEL40:
|
|||||||
if_icmpeq LABEL44
|
if_icmpeq LABEL44
|
||||||
jump LABEL51
|
jump LABEL51
|
||||||
LABEL44:
|
LABEL44:
|
||||||
sload
|
sload 0
|
||||||
3609
|
3609
|
||||||
load_int 1
|
load_int 1
|
||||||
if_icmpeq LABEL49
|
if_icmpeq LABEL49
|
||||||
|
|||||||
Reference in New Issue
Block a user