Ignore:
File:
1 edited

Legend:

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

    ra52e2f4 r50805c9  
    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        #
    3638        # We rely on the kernel to flush our active register windows to memory
     
    5860        retl
    5961        mov 1, %o0              ! context_save_arch returns 1
    60 FUNCTION_END(context_save)
    6162
    62 FUNCTION_BEGIN(context_restore)
     63context_restore:
    6364        #
    6465        # Flush all active windows.
     
    9091        retl
    9192        xor %o0, %o0, %o0       ! context_restore_arch returns 0
    92 FUNCTION_END(context_restore)
Note: See TracChangeset for help on using the changeset viewer.