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

another seg fault

R=r
OCL=31156
CL=31156
parent db312fa8
......@@ -402,6 +402,7 @@ loop:
break;
case 1:
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