Changes in kernel/arch/mips32/src/context.S [308cdd1:b8230b9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/context.S
r308cdd1 rb8230b9 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 41 40 context_save_arch: 42 41 CONTEXT_SAVE_ARCH_CORE $a0 43 42 44 43 # context_save returns 1 45 44 j $31 46 li $2, 1 47 45 li $2, 1 46 48 47 context_restore_arch: 49 48 CONTEXT_RESTORE_ARCH_CORE $a0 50 49 51 50 # context_restore returns 0 52 51 j $31 53 xor $2, $2 52 xor $2, $2
Note:
See TracChangeset
for help on using the changeset viewer.