1
0
mirror of https://github.com/golang/go synced 2024-11-22 17:24:53 -07: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,6 +402,7 @@ loop:
break; break;
case 1: case 1:
if(n->type != T && n->type->type != T && n->type->type->type != T)
n->type = n->type->type->type; n->type = n->type->type->type;
break; break;
} }