Version fonctionnelle processeur sécurisé

This commit is contained in:
Paul Faure 2021-06-21 13:59:10 +02:00
parent b501ce3389
commit 5eaffa4453

View file

@ -20,7 +20,7 @@
#include <stdlib.h>
#include "../Tables/Instructions/tab_instruc.h"
#define TAILLE 1024
#define SECURISED (0)
#define SECURISED (1)
struct type_t type_courant;
struct type_t return_type_fonc;