Better formatting.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-26 22:10:47 +02:00
parent e6ad76b031
commit f552c54992
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -1796,7 +1796,7 @@ static sxi32 VmByteCodeDump(
break;
}
/* Format and call the consumer callback */
rc = SyProcFormat(xConsumer, pUserData, "%s %8d %8u %#8x [%u]\n",
rc = SyProcFormat(xConsumer, pUserData, "%s %8d %8u %#10x [%u]\n",
VmInstrToString(pInstr->iOp), pInstr->iP1, pInstr->iP2,
SX_PTR_TO_INT(pInstr->p3), n);
if(rc != SXRET_OK) {