Ignore:
File:
1 edited

Legend:

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

    r0407636 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <libarch/stack.h>
    3130
    3231.text
    3332.section .text
     33.global entry_point_jmp
    3434.set noreorder
    3535
     
    4040#
    4141# Jump to program entry point
    42 FUNCTION_BEGIN(entry_point_jmp)
     42.ent entry_point_jmp
     43entry_point_jmp:
    4344        # tmp := entry_point
    4445        move $t9, $a0
     
    5051        addiu $sp, -ABI_STACK_FRAME
    5152        addiu $sp, ABI_STACK_FRAME
    52 FUNCTION_END(entry_point_jmp)
    53 
     53.end entry_point_jmp
Note: See TracChangeset for help on using the changeset viewer.