forked from KolibriOS/kolibrios
libc.obj: added missing sin and tan
git-svn-id: svn://kolibrios.org@9515 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -137,6 +137,8 @@ __asm__(
|
||||
".include \"math/pow2.s\"\n\t"
|
||||
".include \"math/pow10.s\"\n\t"
|
||||
".include \"math/sqrt.s\"\n\t"
|
||||
".include \"math/sin.s\"\n\t"
|
||||
".include \"math/tan.s\"\n\t"
|
||||
);
|
||||
|
||||
__asm__(
|
||||
|
Reference in New Issue
Block a user