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
@@ -22,4 +22,4 @@ not_none:
POP 1;
RETURN 0;
nop_end:
RETURN 0;
EXIT;