fixed unary & and indirect calls

This commit is contained in:
eck
1989-11-22 16:41:09 +00:00
parent 96da16ce33
commit d50600e263
8 changed files with 29 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ rank_of(oper)
case MINMIN:
case CAST:
case SIZEOF:
case ADDRESSOF:
return 2; /* monadic */
case '*':
case '/':