diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index f0a59bbf617..c16bdf10b95 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -4691,7 +4691,7 @@ store_one_arg (struct arg_data *arg, rtx argblock, int flags, if (XEXP (x, 0) != current_function_internal_arg_pointer) i = INTVAL (XEXP (XEXP (x, 0), 1)); - /* expand_call should ensure this */ + /* expand_call should ensure this. */ if (arg->locate.offset.var || GET_CODE (size_rtx) != CONST_INT) abort (); |