Changeset 7148abf in mainline for uspace/lib/c/arch/mips32/src/entry.S
- Timestamp:
- 2018-04-28T16:18:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e634684
- Parents:
- 3fafe5e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/entry.S
r3fafe5e0 r7148abf 51 51 .cprestore 16 52 52 53 # Pass pcb_ptr to __ main() as the first argument. It is already53 # Pass pcb_ptr to __libc_main() as the first argument. It is already 54 54 # in $a0. As the first argument is passed in $a0, no operation 55 55 # is needed. 56 56 57 jal __ main57 jal __libc_main 58 58 nop 59 59
Note:
See TracChangeset
for help on using the changeset viewer.