Changeset a71d9af9 in mainline for libc/arch/mips32/src/psthread.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/psthread.S
re708063 ra71d9af9 31 31 .set noat 32 32 .set noreorder 33 .set nomacro34 33 35 34 … … 84 83 CONTEXT_LOAD $a0 85 84 85 # Just for the jump into first function, but one instruction 86 # should not bother us 87 move $t9, $ra 86 88 # context_restore returns 0 87 89 j $ra 88 90 xor $v0, $v0 91
Note:
See TracChangeset
for help on using the changeset viewer.