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