Correct PH7_OP_JMPLFE debug name.
All checks were successful
The build was successful.

This commit is contained in:
2019-05-01 20:24:37 +02:00
parent 5a0e4667fa
commit 8f681d1605

View File

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