Version fonctionnelle processeur sécurisé
This commit is contained in:
parent
b501ce3389
commit
5eaffa4453
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "../Tables/Instructions/tab_instruc.h"
|
#include "../Tables/Instructions/tab_instruc.h"
|
||||||
#define TAILLE 1024
|
#define TAILLE 1024
|
||||||
#define SECURISED (0)
|
#define SECURISED (1)
|
||||||
|
|
||||||
struct type_t type_courant;
|
struct type_t type_courant;
|
||||||
struct type_t return_type_fonc;
|
struct type_t return_type_fonc;
|
||||||
|
|
Loading…
Reference in a new issue