mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Fix amd64 libcntpr.
svn path=/branches/ros-amd64-bringup/; revision=45247
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user