Changeset 4bd675d in mainline


Ignore:
Timestamp:
2010-05-22T19:56:02Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3d6beaa
Parents:
40239b9
Message:

Fix one more use of an obsolete branch instruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/trap/sun4v/trap_table.S

    r40239b9 r4bd675d  
    992992        add %g4, %g2, %g2
    993993        cmp %g2, NWINDOWS - 2
    994         bg 8f                                   ! fix the CANRESTORE=NWINDOWS-1 anomaly
     994        bg %xcc, 8f                             ! fix the CANRESTORE=NWINDOWS-1 anomaly
    995995        mov NWINDOWS - 2, %g1                   ! use dealy slot for both cases
    996996        sub %g1, %g2, %g1
Note: See TracChangeset for help on using the changeset viewer.