Correct PH7_OP_JMPLFE debug name.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-05-01 20:24:37 +02:00
parent 5a0e4667fa
commit 8f681d1605
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -5220,7 +5220,7 @@ static const char *VmInstrToString(sxi32 nOp) {
zOp = "JMPLFB"; zOp = "JMPLFB";
break; break;
case PH7_OP_JMPLFE: case PH7_OP_JMPLFE:
zOp = "JMPLFB"; zOp = "JMPLFE";
break; break;
case PH7_OP_POP: case PH7_OP_POP:
zOp = "POP"; zOp = "POP";