Changes in uspace/lib/c/arch/mips32/src/entry.S [0407636:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/entry.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 .init, "ax" 33 34 .global __entry 34 35 35 36 .set noreorder … … 40 41 # $a0 ($4) contains the PCB pointer 41 42 # 42 FUNCTION_BEGIN(__entry) 43 .ent __entry 43 .ent __entry 44 __entry: 44 45 .frame $sp, ABI_STACK_FRAME, $ra 45 46 .cpload $t9 … … 62 63 # 63 64 addiu $sp, ABI_STACK_FRAME 64 FUNCTION_END(__entry) 65 .end __entry
Note:
See TracChangeset
for help on using the changeset viewer.