Ignore:
File:
1 edited

Legend:

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

    r38ad239 r1df1905  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <libarch/context_offset.h>
    3130
    3231.text
    3332
    34 FUNCTION_BEGIN(context_save)
     33.global flush_windows
     34.global context_save
     35.global context_restore
     36
     37context_save:
    3538        #
    3639        # We rely on the kernel to flush our active register windows to memory
     
    5356        retl
    5457        mov 1, %o0              ! context_save_arch returns 1
    55 FUNCTION_END(context_save)
    5658
    57 FUNCTION_BEGIN(context_restore)
     59context_restore:
    5860        #
    5961        # Flush all active windows.
     
    8284        retl
    8385        xor %o0, %o0, %o0       ! context_restore_arch returns 0
    84 FUNCTION_END(context_restore)
Note: See TracChangeset for help on using the changeset viewer.