fix bug
This commit is contained in:
parent
675d9fd807
commit
096d9c4ca4
@ -267,7 +267,7 @@ public class OperandsInstruction implements Instruction {
|
||||
|
||||
@Override
|
||||
public void execute(Frame frame) {
|
||||
frame.getOperandStack().pushInt((int) val);
|
||||
frame.getOperandStack().pushInt((short) val);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user