While toLLVM fait
This commit is contained in:
@@ -44,7 +44,7 @@ public class SymTable {
|
||||
|
||||
public int getNewIdLabel(){
|
||||
int a = this.idLabel;
|
||||
this.id++;
|
||||
this.idLabel++;
|
||||
return a;
|
||||
}
|
||||
|
||||
@@ -62,7 +62,6 @@ public class SymTable {
|
||||
}
|
||||
|
||||
public String getVar(String nomVar){
|
||||
System.out.println("getVar(" + nomVar +") -------------------------------------------");
|
||||
return nomVar + this.stackMap.getLast().get(nomVar).id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user