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
@@ -11,4 +11,4 @@ begin:
JUMPIFNOTANDPOP end;
JUMP begin;
end:
RETURN 0;
EXIT;