Do not append spaces. Instructions names are properly displayed without them.
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
parent
8bfaa83b04
commit
90ab131ce8
@ -5616,7 +5616,7 @@ static const char *VmInstrToString(sxi32 nOp) {
|
|||||||
zOp = "CVT_STR";
|
zOp = "CVT_STR";
|
||||||
break;
|
break;
|
||||||
case PH7_OP_CVT_REAL:
|
case PH7_OP_CVT_REAL:
|
||||||
zOp = "CVT_REAL ";
|
zOp = "CVT_FLOAT";
|
||||||
break;
|
break;
|
||||||
case PH7_OP_CALL:
|
case PH7_OP_CALL:
|
||||||
zOp = "CALL";
|
zOp = "CALL";
|
||||||
|
Loading…
Reference in New Issue
Block a user