diff --git a/engine/vm.c b/engine/vm.c index e53c32e..60f586f 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -1794,7 +1794,7 @@ static sxi32 VmByteCodeDump( /* Point to the PH7 instructions */ pInstr = (VmInstr *)SySetBasePtr(pByteCode); pEnd = &pInstr[SySetUsed(pByteCode)]; - n = 0; + n = 1; xConsumer((const void *)zDump, sizeof(zDump) - 1, pUserData); /* Dump instructions */ for(;;) {