diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index eb69a40..c9de1e6 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -589,7 +589,7 @@ c_strlen (tree src, int only_value, unsigned eltsize) /* Offset from the beginning of the string in bytes. */ tree byteoff; tree memsize; - src = string_constant (src, &byteoff, &memsize); + src = string_constant (src, &byteoff, &memsize, NULL); if (src == 0) return NULL_TREE; |