Label encoding bug
This commit is contained in:
parent
905239b139
commit
28f8fe4101
|
@ -20,3 +20,4 @@ bin
|
||||||
|
|
||||||
*.db
|
*.db
|
||||||
*.xlsx
|
*.xlsx
|
||||||
|
/gen
|
||||||
|
|
|
@ -81,8 +81,7 @@ public class SerpentCompiler {
|
||||||
String labelNum = label.split("LABEL_")[1];
|
String labelNum = label.split("LABEL_")[1];
|
||||||
|
|
||||||
labels.put(labelNum, i);
|
labels.put(labelNum, i);
|
||||||
|
--i;
|
||||||
++i;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// encode all ref occurrence
|
// encode all ref occurrence
|
||||||
|
|
Loading…
Reference in New Issue