1
0
mirror of https://github.com/golang/go synced 2024-10-03 08:21:21 -06:00

another seg fault

R=r
OCL=31156
CL=31156
This commit is contained in:
Ken Thompson 2009-07-04 13:59:08 -07:00
parent db312fa8de
commit 6bb3c48d3d

View File

@ -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;
}