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