Better formatting.
ステータスチェックはすべて成功しました
The build was successful.

このコミットが含まれているのは:
2018-08-26 22:10:47 +02:00
コミット f552c54992

ファイルの表示

@@ -1796,7 +1796,7 @@ static sxi32 VmByteCodeDump(
break; break;
} }
/* Format and call the consumer callback */ /* 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, VmInstrToString(pInstr->iOp), pInstr->iP1, pInstr->iP2,
SX_PTR_TO_INT(pInstr->p3), n); SX_PTR_TO_INT(pInstr->p3), n);
if(rc != SXRET_OK) { if(rc != SXRET_OK) {