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