Fix sipush length
This commit is contained in:
@@ -27,7 +27,9 @@ public class SiPush extends Instruction implements PushConstantInstruction
|
|||||||
public SiPush(Instructions instructions, short value)
|
public SiPush(Instructions instructions, short value)
|
||||||
{
|
{
|
||||||
super(instructions, InstructionType.SIPUSH, -1);
|
super(instructions, InstructionType.SIPUSH, -1);
|
||||||
|
|
||||||
s = value;
|
s = value;
|
||||||
|
length += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user