diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rwxr-xr-x | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 2f8fec8..fac444c 100755 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -119,7 +119,7 @@ variable_size (size) if (immediate_size_expand) /* NULL_RTX is not defined; neither is the rtx type. Also, we would like to pass const0_rtx here, but don't have it. */ - expand_expr (size, expand_expr (integer_zero_node, NULL_PTR, VOIDmode, 0), + expand_expr (size, expand_expr (integer_zero_node, NULL, VOIDmode, 0), VOIDmode, 0); else pending_sizes = tree_cons (NULL_TREE, size, pending_sizes); |