cache: fix labels (earlier script dump was fine)
This commit is contained in:
@@ -157,7 +157,7 @@ public class ScriptDumperTest
|
|||||||
{
|
{
|
||||||
if (opcode == Opcodes.JUMP)
|
if (opcode == Opcodes.JUMP)
|
||||||
{
|
{
|
||||||
writer.write(" LABEL" + (i + iop));
|
writer.write(" LABEL" + (i + iop + 1));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user