Changeset 4e1d008 in mainline for arch/mips/boot/boot.s


Ignore:
Timestamp:
2005-05-08T15:13:43Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c4a5207f
Parents:
ca90d65
Message:

Big indentation update.

Add Jakub Vana to AUTHORS.

Minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/boot/boot.s

    rca90d65 r4e1d008  
    3434
    3535start:
    36     # move 0x80000000 to reg $8
    37     lui $8, 0x8000
     36        # move 0x80000000 to reg $8
     37        lui $8, 0x8000
    3838   
    39     # prepare stack
    40     lui $29, 0x8100
     39        # prepare stack
     40        lui $29, 0x8100
    4141   
    42     j $8
    43     nop
     42        j $8
     43        nop
Note: See TracChangeset for help on using the changeset viewer.