merge
This commit is contained in:
commit
971e14663a
1 changed files with 5 additions and 0 deletions
|
@ -1081,6 +1081,11 @@ loop:
|
|||
if(castucom(n))
|
||||
warn(n, "32-bit unsigned complement zero-extended to 64 bits");
|
||||
ccom(l);
|
||||
if(l->type == T){
|
||||
n->left = Z;
|
||||
n->type = T;
|
||||
break;
|
||||
}
|
||||
if(l->op == OCONST) {
|
||||
evconst(n);
|
||||
if(n->op == OCONST)
|
||||
|
|
Loading…
Reference in a new issue