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

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47285
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3c4d0bf4e3)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Zebediah Figura 2019-05-29 00:24:06 -05:00 committed by Michael Stefaniuc
parent 22b6b13efb
commit dff0bc91cd
1 changed files with 1 additions and 0 deletions

View File

@ -2127,6 +2127,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: