- Update to trunk
[reactos.git] / lib / sdk / crt / math / i386 / cos_asm.s
index b1c6ada..7732fe7 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
  * SUCH DAMAGE.
  */
-.globl _cos
 
-.intel_syntax noprefix
+#include <asm.inc>
+
+PUBLIC _cos
 
 /* FUNCTIONS ***************************************************************/
+.code
 
 _cos:
         push    ebp
@@ -47,3 +48,5 @@ _cos:
         fcos                            // Take the cosine
         pop     ebp
         ret
+
+END