Changeset 4b2c872d in mainline for arch/mips32/src/context.S
- Timestamp:
- 2005-10-18T09:33:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8005218
- Parents:
- 22f7769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/context.S
r22f7769 r4b2c872d 37 37 .set nomacro 38 38 39 .global context_save 40 .global context_restore 39 .global context_save_arch 40 .global context_restore_arch 41 41 42 42 .macro CONTEXT_STORE r … … 73 73 74 74 75 context_save :75 context_save_arch: 76 76 CONTEXT_STORE $a0 77 77 … … 80 80 li $2, 1 81 81 82 context_restore :82 context_restore_arch: 83 83 CONTEXT_LOAD $a0 84 84
Note:
See TracChangeset
for help on using the changeset viewer.