Do not append spaces. Instructions names are properly displayed without them.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-09-01 20:28:16 +02:00
parent 8bfaa83b04
commit 90ab131ce8
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 81 additions and 81 deletions

View File

@ -5616,7 +5616,7 @@ static const char *VmInstrToString(sxi32 nOp) {
zOp = "CVT_STR";
break;
case PH7_OP_CVT_REAL:
zOp = "CVT_REAL ";
zOp = "CVT_FLOAT";
break;
case PH7_OP_CALL:
zOp = "CALL";