Changeset 35599c9 in mainline


Ignore:
Timestamp:
2010-07-13T08:35:49Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8269769
Parents:
8078180
Message:

Use the proper condition code with the CMOVcc instruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/asm.S

    r8078180 r35599c9  
    414414        xorl %eax, %eax
    415415        cmpl $8, ISTATE_OFFSET_CS(%esp)
    416         cmovl %eax, %ebp
     416        cmovnzl %eax, %ebp
    417417
    418418        movl %ebp, ISTATE_OFFSET_EBP_FRAME(%esp)
Note: See TracChangeset for help on using the changeset viewer.