Ignore:
File:
1 edited

Legend:

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

    rd9be488 r58563585  
    2727#
    2828
     29#include <abi/asmtool.h>
    2930#include <libarch/x87.h>
    3031
    3132.text
    3233
    33 .global trunc
    34 
    35 trunc:
     34FUNCTION_BEGIN(trunc_f64)
    3635        pushl %ebp
    3736        movl %esp, %ebp
     
    6160        leave
    6261        ret
     62FUNCTION_END(trunc_f64)
Note: See TracChangeset for help on using the changeset viewer.