docs: 完善 L2I 指令的注释说明
This commit is contained in:
parent
68c1e3a412
commit
93f65585e0
@ -2302,7 +2302,7 @@ public class VMOpCode {
|
|||||||
* <li>Push the converted int32 value back onto the operand stack for subsequent operations.</li>
|
* <li>Push the converted int32 value back onto the operand stack for subsequent operations.</li>
|
||||||
* </ol>
|
* </ol>
|
||||||
*
|
*
|
||||||
* <p>This opcode is typically used to narrow a long64 value.</p>
|
* <p>This opcode is typically used to narrow a long64 value to an int32 type .</p>
|
||||||
*/
|
*/
|
||||||
public static final int L2I = 0x00D1;
|
public static final int L2I = 0x00D1;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user