Correct instruction length.
All checks were successful
The build was successful.

This commit is contained in:
2018-08-26 18:33:57 +02:00
parent 877d19a815
commit 98ee931a04

View File

@@ -5495,7 +5495,7 @@ PH7_PRIVATE sxi32 PH7_VmOutputConsumeAp(
* to a null terminated string.
*/
static const char *VmInstrToString(sxi32 nOp) {
const char *zOp = "Unknown ";
const char *zOp = "UNKNOWN ";
switch(nOp) {
case PH7_OP_DONE:
zOp = "DONE ";