Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/src/fibril.S

    r27f67f5 r7947c34  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <libarch/fibril_context.h>
    3130
    3231.text
    3332
    34 FUNCTION_BEGIN(context_save)
     33.global context_save
     34.global context_restore
     35
     36context_save:
    3537        alloc loc0 = ar.pfs, 1, 49, 0, 0
    3638        mov loc1 = ar.unat ;;
     
    180182        add r8 = r0, r0, 1      /* context_save returns 1 */
    181183        br.ret.sptk.many b0
    182 FUNCTION_END(context_save)
    183 
    184 FUNCTION_BEGIN(context_restore)
     184
     185context_restore:
    185186        alloc loc0 = ar.pfs, 1, 50, 0, 0        ;;
    186187
     
    337338        mov r8 = r0                     /* context_restore returns 0 */
    338339        br.ret.sptk.many b0
    339 FUNCTION_END(context_restore)
    340 
Note: See TracChangeset for help on using the changeset viewer.