Changeset 29a9f62 in mainline for libc/arch/mips32/src/thread_entry.s
- Timestamp:
- 2006-03-23T10:33:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77bd004
- Parents:
- 1cef26f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/src/thread_entry.s
r1cef26f r29a9f62 38 38 # 39 39 # 40 .ent __thread_entry 40 41 __thread_entry: 41 42 lui $28, _gp … … 45 46 # 46 47 add $4, $2, 0 47 jal thread_main 48 # Mips o32 may store its arguments on stack, make space 49 addiu $sp, -16 50 51 j __thread_main 48 52 nop 49 53 50 54 # 51 55 # Not reached. 52 56 # 57 .end __thread_entry
Note:
See TracChangeset
for help on using the changeset viewer.