Formatting, add information about file and line.
Visas pārbaudes ir veiksmīgas
The build was successful.

Šī revīzija ir iekļauta:
2018-08-27 09:17:18 +02:00
vecāks b1f71167d9
revīzija 782a4df1cf

Parādīt failu

@@ -1803,9 +1803,9 @@ static sxi32 VmByteCodeDump(
break; break;
} }
/* Format and call the consumer callback */ /* Format and call the consumer callback */
rc = SyProcFormat(xConsumer, pUserData, "%s %8d %8u %#10x [%u]\n", rc = SyProcFormat(xConsumer, pUserData, "[%05u] %s %8d %8u %#10x %5u %z\n",
VmInstrToString(pInstr->iOp), pInstr->iP1, pInstr->iP2, n, VmInstrToString(pInstr->iOp), pInstr->iP1, pInstr->iP2,
SX_PTR_TO_INT(pInstr->p3), n); SX_PTR_TO_INT(pInstr->p3), pInstr->iLine, pInstr->pFile);
if(rc != SXRET_OK) { if(rc != SXRET_OK) {
/* Consumer routine request an operation abort */ /* Consumer routine request an operation abort */
return rc; return rc;