Some bug fixes

This commit is contained in:
ceriel
1986-07-14 15:00:08 +00:00
parent 832bdeb3be
commit d5a95fcac0
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: