mirror of
https://github.com/golang/go
synced 2024-11-25 23:58:02 -07:00
6c: byte* - byte* should be int64, not int32.
R=ken OCL=24507 CL=24507
This commit is contained in:
parent
77ccfb090c
commit
5e5476c2fe
@ -722,7 +722,7 @@ arith(Node *n, int f)
|
||||
if(w < 1 || n->left->type->link == T || n->left->type->link->width < 1)
|
||||
goto bad;
|
||||
n->type = types[ewidth[TIND] <= ewidth[TLONG]? TLONG: TVLONG];
|
||||
if(1 && ewidth[TIND] > ewidth[TLONG]){
|
||||
if(0 && ewidth[TIND] > ewidth[TLONG]){
|
||||
n1 = new1(OXXX, Z, Z);
|
||||
*n1 = *n;
|
||||
n->op = OCAST;
|
||||
|
Loading…
Reference in New Issue
Block a user