loader now return better understanable errors, fix when compiler when to use bss section, add join exception, fix get_string_param, add support for thread in obbAddr, add a test

This commit is contained in:
Quentin Legot
2023-04-13 00:18:35 +02:00
parent 05f72af035
commit f144438490
6 changed files with 130 additions and 34 deletions

View File

@ -1,4 +1,4 @@
PROGRAMS = halt.guac prints.guac
PROGRAMS = halt.guac prints.guac producteur_consommateur.guac
TOPDIR = ../..
include $(TOPDIR)/Makefile.rules