[CRT]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 8 Nov 2010 19:21:13 +0000 (19:21 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 8 Nov 2010 19:21:13 +0000 (19:21 +0000)
Fix assembly syntax

svn path=/branches/cmake-bringup/; revision=49536

lib/sdk/crt/math/i386/atan2_asm.s
lib/sdk/crt/math/i386/exp_asm.s

index 33d4329..171ef21 100644 (file)
@@ -13,6 +13,6 @@ _atan2:
     fpatan
 
     pop ebp
-    retn
+    ret
 
 END
index be2f33f..be62027 100644 (file)
@@ -24,6 +24,6 @@ _exp:
     fstp st(1)
 
     pop ebp
-    retn
+    ret
 
 END