mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
rename the function fscale to emu_fscale to prevent conflicts.
This commit is contained in:
parent
5a7ba48c82
commit
2818133a84
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1422
@ -1181,7 +1181,7 @@ fyl2xp1(void)
|
||||
|
||||
|
||||
static void
|
||||
fscale(void)
|
||||
emu_fscale(void)
|
||||
{
|
||||
FPU_REG *st1_ptr = &st(1);
|
||||
char st1_tag = st1_ptr->tag;
|
||||
@ -1344,7 +1344,7 @@ trig_a(void)
|
||||
|
||||
static FUNC trig_table_b[] =
|
||||
{
|
||||
fprem, fyl2xp1, fsqrt_, fsincos, frndint_, fscale, fsin, fcos
|
||||
fprem, fyl2xp1, fsqrt_, fsincos, frndint_, emu_fscale, fsin, fcos
|
||||
};
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user