Changeset a1a83e5e in mainline for boot/arch/sparc64/loader/asm.S


Ignore:
Timestamp:
2009-04-21T20:16:12Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab1861a
Parents:
5646813
Message:

Replace non-canonical B instructions with BA %xcc.
Fix one occurrence of deprecated Bicc instruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/asm.S

    r5646813 ra1a83e5e  
    4141
    4242halt:
    43         b halt
     43        ba %xcc, halt
    4444        nop
    4545       
     
    117117        ldub [%g2], %g2
    118118        cmp %g2, 3
    119         be 1f
     119        be %xcc, 1f
    120120        nop
    1211210:
Note: See TracChangeset for help on using the changeset viewer.