mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 17:30:31 +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
|
||||
|
||||
pop ebp
|
||||
retn
|
||||
ret
|
||||
|
||||
END
|
||||
|
|
|
@ -24,6 +24,6 @@ _exp:
|
|||
fstp st(1)
|
||||
|
||||
pop ebp
|
||||
retn
|
||||
ret
|
||||
|
||||
END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue