Sequence numbers should start from 1.
Tous les contrôles ont réussi
The build was successful.

Cette révision appartient à :
Rafal Kupiec 2018-08-27 09:30:51 +02:00
Parent 782a4df1cf
révision 1403b144d9
Signé par: belliash
ID de la clé GPG: 4E829243E0CFE6B4

Voir le fichier

@ -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(;;) {