* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
From-SVN: r28319
This commit is contained in:
parent
00e6c09cc1
commit
895f233648
@ -1,3 +1,7 @@
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user