Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/arch/ia32/src/trunc.S

    r58563585 rd9be488  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <libarch/x87.h>
    3130
    3231.text
    3332
    34 FUNCTION_BEGIN(trunc_f64)
     33.global trunc
     34
     35trunc:
    3536        pushl %ebp
    3637        movl %esp, %ebp
     
    6061        leave
    6162        ret
    62 FUNCTION_END(trunc_f64)
Note: See TracChangeset for help on using the changeset viewer.