Commit 75bb87ea by Mike Stump

* expr.c (expand_builtin_return_addr): Fix order of parameters.

From-SVN: r12644
parent 5ab7138b
...@@ -7889,8 +7889,8 @@ c_strlen (src) ...@@ -7889,8 +7889,8 @@ c_strlen (src)
rtx rtx
expand_builtin_return_addr (fndecl_code, count, tem) expand_builtin_return_addr (fndecl_code, count, tem)
enum built_in_function fndecl_code; enum built_in_function fndecl_code;
rtx tem;
int count; int count;
rtx tem;
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment