found one segfault. (not fixed yet)
This commit is contained in:
@ -623,7 +623,12 @@ assignable:
|
||||
printdebug("as function");
|
||||
//char *funtype = getType(look_up(cur, $1));
|
||||
printdebug("%s", getType(look_up(cur, getName((TableNode*)$1))));
|
||||
|
||||
// Something fishy is going on here.......
|
||||
TableNode *param = getParameter(look_up(getParent(cur), getName((TableNode*)$1)));
|
||||
printTableNode(table_lookup(getAncestor(cur), getName((TableNode*)$1)));
|
||||
|
||||
|
||||
SymbolTable *recList = getRecList(param);
|
||||
TableNode *lastCheckedRef = getFirstEntry(recList);
|
||||
TableNode *lastCheckedAct = getFirstEntry(cur);
|
||||
|
Reference in New Issue
Block a user