mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
Fix amd64 libcntpr.
svn path=/branches/ros-amd64-bringup/; revision=45247
This commit is contained in:
parent
835a07e605
commit
3ec17c4a18
2 changed files with 5 additions and 3 deletions
|
@ -61,6 +61,7 @@
|
|||
<directory name="i386">
|
||||
<file>ceil.S</file>
|
||||
<file>cos.S</file>
|
||||
<file>floor.S</file>
|
||||
<file>log.S</file>
|
||||
<file>log10.S</file>
|
||||
<file>sin.S</file>
|
||||
|
@ -68,6 +69,7 @@
|
|||
</directory>
|
||||
<directory name="amd64">
|
||||
<file>alldiv.S</file>
|
||||
<file>pow.S</file>
|
||||
</directory>
|
||||
</if>
|
||||
<file>abs.c</file>
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
#else
|
||||
.align 4
|
||||
#endif
|
||||
.globl floor
|
||||
.def floor; .scl 2; .type 32; .endef
|
||||
floor:
|
||||
.globl _floor
|
||||
.def _floor; .scl 2; .type 32; .endef
|
||||
_floor:
|
||||
#ifdef _WIN64
|
||||
fldt (%rdx)
|
||||
subq $24,%rsp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue