Sequence numbers should start from 1.
所有检测均成功
The build was successful.

这个提交包含在:
2018-08-27 09:30:51 +02:00
父节点 782a4df1cf
当前提交 1403b144d9

查看文件

@@ -1794,7 +1794,7 @@ static sxi32 VmByteCodeDump(
/* Point to the PH7 instructions */
pInstr = (VmInstr *)SySetBasePtr(pByteCode);
pEnd = &pInstr[SySetUsed(pByteCode)];
n = 0;
n = 1;
xConsumer((const void *)zDump, sizeof(zDump) - 1, pUserData);
/* Dump instructions */
for(;;) {