Compare commits
2 commits
f1214cfd12
...
3a897af896
작성자 | SHA1 | 날짜 | |
---|---|---|---|
|
3a897af896 | ||
|
e3133e145d |
2개의 변경된 파일과 3개의 추가작업 그리고 6개의 파일을 삭제
|
@ -21,7 +21,7 @@
|
|||
#include <stdlib.h>
|
||||
#include "../Tables/Instructions/tab_instruc.h"
|
||||
#define TAILLE 1024
|
||||
#define SECURISED (1)
|
||||
#define SECURED (1)
|
||||
|
||||
struct type_t type_courant;
|
||||
struct type_t return_type_fonc;
|
||||
|
@ -298,13 +298,13 @@ Instruction : Print tPV;
|
|||
/*************************************/
|
||||
/*************************************/
|
||||
|
||||
Invocation : tID tOBRACE {if (!SECURISED) {
|
||||
Invocation : tID tOBRACE {if (!SECURED) {
|
||||
push("0_TEMPORARY_CTX", 0, integer); // On reserve la place du contexte
|
||||
push("0_TEMPORARY_ADDR_RT", 0, pointer); // On reserve la place de l'adresse de retour
|
||||
}
|
||||
}
|
||||
Params tCBRACE {struct fonction_t fonc = get_fonction($1); // On récupère la fonction
|
||||
if (!SECURISED) {
|
||||
if (!SECURED) {
|
||||
multiple_pop($4 + 2); // On pop les paramètres de la table des symboles
|
||||
} else {
|
||||
multiple_pop($4); // On pop les paramètres de la table des symboles
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Projet Système Informatique - Elies TALI et Paul FAURE
|
||||
|
||||
Plop
|
불러오는 중…
Reference in a new issue