From 75bb87ea21776c16068b681529080f97c759a267 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 15 Aug 1996 19:59:00 +0000 Subject: [PATCH] * expr.c (expand_builtin_return_addr): Fix order of parameters. From-SVN: r12644 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index d79546e80cd..e1b178779f5 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -7889,8 +7889,8 @@ c_strlen (src) rtx expand_builtin_return_addr (fndecl_code, count, tem) enum built_in_function fndecl_code; - rtx tem; int count; + rtx tem; { int i; -- 2.30.2