Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/mips32/src/entry.S

    r0407636 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <libarch/stack.h>
    3130
    3231.text
    3332.section .init, "ax"
     33
     34.global __entry
    3435
    3536.set noreorder
     
    4041# $a0 ($4) contains the PCB pointer
    4142#
    42 FUNCTION_BEGIN(__entry)
    43         .ent __entry
     43.ent __entry
     44__entry:
    4445        .frame $sp, ABI_STACK_FRAME, $ra
    4546        .cpload $t9
     
    6263        #
    6364        addiu $sp, ABI_STACK_FRAME
    64 FUNCTION_END(__entry)
     65.end __entry
Note: See TracChangeset for help on using the changeset viewer.