Fix assembly syntax


svn path=/branches/cmake-bringup/; revision=49536
This commit is contained in:
Timo Kreuzer 2010-11-08 19:21:13 +00:00
parent 04d745acca
commit 4dc6967310
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,6 @@ _atan2:
fpatan
pop ebp
retn
ret
END

View file

@ -24,6 +24,6 @@ _exp:
fstp st(1)
pop ebp
retn
ret
END