Ignore:
File:
1 edited

Legend:

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

    r3b0f1b9a 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        pushq %rbp
    3637        movq %rsp, %rbp
     
    6263        leave
    6364        retq
    64 FUNCTION_END(trunc_f64)
Note: See TracChangeset for help on using the changeset viewer.