This commit is contained in:
Anuken
2020-08-16 23:31:02 -04:00
parent 0fe8836db4
commit 2701bd3de2
2 changed files with 2 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ public class LAssembler{
}
LStatement st = LogicIO.read(arr);
if(st != null){
statements.add(st);
}else{