Commit 6bb3c48d authored by Ken Thompson's avatar Ken Thompson

another seg fault

R=r
OCL=31156
CL=31156
parent db312fa8
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment