mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 21:39:47 +00:00
[CRT]
Fix assembly syntax svn path=/branches/cmake-bringup/; revision=49536
This commit is contained in:
parent
04d745acca
commit
4dc6967310
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ _atan2:
|
||||||
fpatan
|
fpatan
|
||||||
|
|
||||||
pop ebp
|
pop ebp
|
||||||
retn
|
ret
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
|
@ -24,6 +24,6 @@ _exp:
|
||||||
fstp st(1)
|
fstp st(1)
|
||||||
|
|
||||||
pop ebp
|
pop ebp
|
||||||
retn
|
ret
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue