Commit 321cb743 by Michael Tiemann

*** empty log message ***

From-SVN: r389
parent a419da61
......@@ -618,6 +618,11 @@ layout_type (type)
TYPE_MODE (type) = VOIDmode;
break;
case OFFSET_TYPE:
TYPE_SIZE (type) = size_int (GET_MODE_BITSIZE (Pmode));
TYPE_MODE (type) = Pmode;
break;
case FUNCTION_TYPE:
case METHOD_TYPE:
TYPE_MODE (type) = mode_for_size (2 * GET_MODE_BITSIZE (Pmode),
......
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