Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips64/src/asm.S

    r2429e4a r12bcae0  
    4747         *  - Enable 64-bit user addressing mode
    4848         */
    49         dmfc0 $a0, $status
     49        mfc0 $a0, $status
    5050        ori $a0, 0x00e0
    51         dmtc0 $a0, $status
     51        mtc0 $a0, $status
    5252       
    5353        /*
Note: See TracChangeset for help on using the changeset viewer.