libc.obj set "tan" as global

git-svn-id: svn://kolibrios.org@9846 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2022-06-19 19:27:38 +00:00
parent 03b266bde4
commit cf7da98be8
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
.global tan;
tan.L0:
.quad 0xffffffffffffffff
@@ -10,7 +12,7 @@ tan:
fstp %st(0)
sahf
jnp tan.L1
/* fstp %st(0) - if exception, there is nothing on the stack */
fstp %st(0) /*- if exception, there is nothing on the stack */
fldl tan.L0
tan.L1:
ret