Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/context.S

    rb8230b9 r308cdd1  
    2828
    2929#include <arch/context_offset.h>
    30 
    31 .text
     30       
     31.text   
    3232
    3333.set noat
     
    3838.global context_restore_arch
    3939
     40       
    4041context_save_arch:
    4142        CONTEXT_SAVE_ARCH_CORE $a0
    42        
     43
    4344        # context_save returns 1
    4445        j $31
    45         li $2, 1
    46 
     46        li $2, 1       
     47       
    4748context_restore_arch:
    4849        CONTEXT_RESTORE_ARCH_CORE $a0
    49        
     50
    5051        # context_restore returns 0
    5152        j $31
    52         xor $2, $2
     53        xor $2, $2     
Note: See TracChangeset for help on using the changeset viewer.