Commit 3c4d0bf4 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

widl: Also allocate top-level pointers to arrays as on-stack in -Oicf mode.

parent 02976b65
......@@ -2132,6 +2132,7 @@ static unsigned int write_nonsimple_pointer(FILE *file, const attr_list_t *attrs
case TGT_POINTER:
case TGT_CTXT_HANDLE:
case TGT_CTXT_HANDLE_POINTER:
case TGT_ARRAY:
flags |= FC_ALLOCED_ON_STACK;
break;
case TGT_IFACE_POINTER:
......
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