Type check errors
This commit is contained in:
@ -185,7 +185,6 @@ TableNode *setRecOffsetInfo(SymbolTable *scope, TableNode *node) {
|
||||
counter++;
|
||||
} else if ((getAdInfoType(this) == TYPE_RECORD)) {
|
||||
offsets[counter] = 8;
|
||||
printf("hitting record and adding to largest");
|
||||
total_size = total_size + offsets[counter];
|
||||
largest = offsets[counter];
|
||||
counter++;
|
||||
|
Reference in New Issue
Block a user