Some bug fixes

This commit is contained in:
ceriel
1986-07-14 15:00:08 +00:00
parent ee32bf5126
commit ca77c2b86b
6 changed files with 45 additions and 9 deletions

View File

@@ -467,7 +467,7 @@ cstcall(expp, call)
break;
case S_SIZE:
expp->nd_INT = WA(expr->nd_type->tp_size) / word_size;
expp->nd_INT = WA(expr->nd_type->tp_size);
break;
case S_VAL: