Commit 895f2336 by Franz Sirl Committed by Richard Henderson

* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.

From-SVN: r28319
parent 00e6c09c
Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
Wed Jul 28 11:23:48 1999 Richard Henderson <rth@cygnus.com>
* pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set
......
......@@ -2289,7 +2289,7 @@ expand_builtin (exp, target, subtarget, mode, ignore)
break;
case BUILT_IN_FFS:
target = expand_builtin_ffs (exp, target, subtarget);
target = expand_builtin_ffs (arglist, target, subtarget);
if (target)
return target;
break;
......
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