Changeset 12bcae0 in mainline for boot/arch/mips64/src/asm.S


Ignore:
Timestamp:
2011-08-05T15:24:52Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8bb38c
Parents:
3fab770
Message:

fix typos

File:
1 edited

Legend:

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

    r3fab770 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.