mirror of
https://github.com/golang/go
synced 2024-11-22 07:04:40 -07:00
another seg fault
R=r OCL=31156 CL=31156
This commit is contained in:
parent
db312fa8de
commit
6bb3c48d3d
@ -402,7 +402,8 @@ loop:
|
||||
break;
|
||||
|
||||
case 1:
|
||||
n->type = n->type->type->type;
|
||||
if(n->type != T && n->type->type != T && n->type->type->type != T)
|
||||
n->type = n->type->type->type;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user