Changes in kernel/arch/mips32/src/context.S [b8230b9:308cdd1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/context.S
rb8230b9 r308cdd1 28 28 29 29 #include <arch/context_offset.h> 30 31 .text 30 31 .text 32 32 33 33 .set noat … … 38 38 .global context_restore_arch 39 39 40 40 41 context_save_arch: 41 42 CONTEXT_SAVE_ARCH_CORE $a0 42 43 43 44 # context_save returns 1 44 45 j $31 45 li $2, 1 46 46 li $2, 1 47 47 48 context_restore_arch: 48 49 CONTEXT_RESTORE_ARCH_CORE $a0 49 50 50 51 # context_restore returns 0 51 52 j $31 52 xor $2, $2 53 xor $2, $2
Note:
See TracChangeset
for help on using the changeset viewer.