1
0
mirror of https://github.com/golang/go synced 2024-11-22 12:44:50 -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,7 +402,8 @@ loop:
break; break;
case 1: 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; break;
} }