Commit 18365415 authored by Ken Thompson's avatar Ken Thompson

bug with struct-type { 1 }

R=r
OCL=17096
CL=17096
parent 1ea5bc75
...@@ -30,6 +30,7 @@ convlit(Node *n, Type *t) ...@@ -30,6 +30,7 @@ convlit(Node *n, Type *t)
case TFUNC: case TFUNC:
case TCHAN: case TCHAN:
case TMAP: case TMAP:
case TSTRUCT:
// case TPTR32: // case TPTR32:
// case TPTR64: // case TPTR64:
return; return;
......
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