Sequence numbers should start from 1.
Tüm denetlemeler başarılı oldu
The build was successful.

Bu işleme şunda yer alıyor:
Rafal Kupiec 2018-08-27 09:30:51 +02:00
ebeveyn 782a4df1cf
işleme 1403b144d9
İmzalayan: belliash
GPG Anahtar Kimliği: 4E829243E0CFE6B4

Dosyayı Görüntüle

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