fixed compiler tests after adding the EXIT instruction

This commit is contained in:
cozis
2022-08-16 21:56:49 +02:00
parent 0e94f644ab
commit 7b9bf06630
92 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ true_2:
PUSHTRU;
end_2:
POP 1;
RETURN 0;
EXIT;