Changeset a71d9af9 in mainline for libc/arch/mips32/src/thread_entry.s
- Timestamp:
- 2006-03-24T00:51:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86d05fae
- Parents:
- e708063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/src/thread_entry.s
re708063 ra71d9af9 28 28 29 29 .text 30 30 31 31 .set noat 32 32 .set noreorder 33 . set nomacro34 33 .option pic2 34 35 35 .globl __thread_entry 36 36 … … 40 40 .ent __thread_entry 41 41 __thread_entry: 42 lui $28, _gp 42 .frame $sp, 32, $31 43 .cpload $25 43 44 44 45 # … … 47 48 add $4, $2, 0 48 49 # Mips o32 may store its arguments on stack, make space 49 addiu $sp, -16 50 addiu $sp, -32 51 .cprestore 16 50 52 51 j __thread_main53 jal __thread_main 52 54 nop 53 55
Note:
See TracChangeset
for help on using the changeset viewer.