This commit is contained in:
parent
e6ad76b031
commit
f552c54992
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user