This commit is contained in:
parent
877d19a815
commit
98ee931a04
@ -5495,7 +5495,7 @@ PH7_PRIVATE sxi32 PH7_VmOutputConsumeAp(
|
|||||||
* to a null terminated string.
|
* to a null terminated string.
|
||||||
*/
|
*/
|
||||||
static const char *VmInstrToString(sxi32 nOp) {
|
static const char *VmInstrToString(sxi32 nOp) {
|
||||||
const char *zOp = "Unknown ";
|
const char *zOp = "UNKNOWN ";
|
||||||
switch(nOp) {
|
switch(nOp) {
|
||||||
case PH7_OP_DONE:
|
case PH7_OP_DONE:
|
||||||
zOp = "DONE ";
|
zOp = "DONE ";
|
||||||
|
Loading…
Reference in New Issue
Block a user