Changes in uspace/lib/math/arch/ia32/src/trunc.S [d9be488:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/arch/ia32/src/trunc.S
rd9be488 r58563585 27 27 # 28 28 29 #include <abi/asmtool.h> 29 30 #include <libarch/x87.h> 30 31 31 32 .text 32 33 33 .global trunc 34 35 trunc: 34 FUNCTION_BEGIN(trunc_f64) 36 35 pushl %ebp 37 36 movl %esp, %ebp … … 61 60 leave 62 61 ret 62 FUNCTION_END(trunc_f64)
Note:
See TracChangeset
for help on using the changeset viewer.