Changes in uspace/lib/c/arch/mips32/src/entryjmp.S [0407636:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/entryjmp.S
r0407636 r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <libarch/stack.h> 31 30 32 31 .text 33 32 .section .text 33 .global entry_point_jmp 34 34 .set noreorder 35 35 … … 40 40 # 41 41 # Jump to program entry point 42 FUNCTION_BEGIN(entry_point_jmp) 42 .ent entry_point_jmp 43 entry_point_jmp: 43 44 # tmp := entry_point 44 45 move $t9, $a0 … … 50 51 addiu $sp, -ABI_STACK_FRAME 51 52 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.