fixed some minor problems

This commit is contained in:
ceriel
1987-11-02 17:59:18 +00:00
parent ab5a0efd48
commit 867232a244
2 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ EVAL(expr, val, code, true_label, false_label)
case POINTER:
C_loc(right->ex_type->tp_size);
C_loc(pointer_size);
C_ciu();
C_cuu();
C_ads(pointer_size);
break;
#ifndef NOFLOAT
@@ -181,7 +181,7 @@ EVAL(expr, val, code, true_label, false_label)
C_ngi(right->ex_type->tp_size);
C_loc(right->ex_type->tp_size);
C_loc(pointer_size);
C_ciu();
C_cuu();
C_ads(pointer_size);
}
break;
@@ -756,7 +756,7 @@ assop(type, oper)
C_ngi(size);
C_loc(size);
C_loc(pointer_size);
C_ciu();
C_cuu();
C_ads(pointer_size);
break;
case ERRONEOUS: