Cleaned up a bit

This commit is contained in:
ceriel
1991-03-13 13:49:56 +00:00
parent 17266fb373
commit 52842cd09a
13 changed files with 112 additions and 177 deletions

View File

@@ -234,7 +234,7 @@ EnterParamList(ppr, Idlist, type, VARp, off)
type->arr_high = *off + pointer_size + word_size;
*off += pointer_size + word_size + dword_size;
}
else if (VARp == D_VARPAR || IsBigParamTp(type)) {
else if (VARp == D_VARPAR) {
*off += pointer_size;
}
else {