Sequence numbers should start from 1.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-27 09:30:51 +02:00
parent 782a4df1cf
commit 1403b144d9
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

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