docs: 修正 double64 转换指令的文档

This commit is contained in:
zhangxun 2025-07-10 16:11:41 +08:00
parent cd61fdf295
commit c5810bce7b

View File

@ -2306,8 +2306,8 @@ public class VMOpCode {
*/ */
public static final int D2B = 0x00D9; public static final int D2B = 0x00D9;
/** /**
* D2I Opcode: Represents the type conversion operation from double64 to short16 in the virtual machine. * D2S Opcode: Represents the type conversion operation from double64 to short16 in the virtual machine.
* <p>This opcode is implemented by the {@link D2ICommand} class, which defines its specific execution logic.</p> * <p>This opcode is implemented by the {@link D2SCommand} class, which defines its specific execution logic.</p>
* *
* <p>Execution Steps:</p> * <p>Execution Steps:</p>
* <ol> * <ol>