Commit fb3ba99d by Richard Kenner

(objc_alignof_type): Handle _C_PTR case.

From-SVN: r10723
parent eeae1c73
...@@ -111,7 +111,6 @@ objc_sizeof_type(const char* type) ...@@ -111,7 +111,6 @@ objc_sizeof_type(const char* type)
return sizeof(double); return sizeof(double);
break; break;
case _C_PTR:
case _C_ATOM: case _C_ATOM:
case _C_CHARPTR: case _C_CHARPTR:
return sizeof(char*); return sizeof(char*);
......
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