Changeset 2884193 in mainline


Ignore:
Timestamp:
2005-07-21T13:05:56Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1eb0dd13
Parents:
c192134
Message:

Typing error fixed

Location:
arch/ia32/src
Files:
2 edited

Legend:

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

    rc192134 r2884193  
    120120  pushfl;
    121121        pop %eax;
    122         and $0xFFFFBFFF;
     122        and $0xFFFFBFFF,%eax;
    123123        push %eax;
    124124        popfl;
  • arch/ia32/src/userspace.c

    rc192134 r2884193  
    5050                "pushfl;"
    5151                "pop %%eax;"
    52                 "and $0xFFFFBFFF;"
     52                "and $0xFFFFBFFF,%%eax;"
    5353                "push %%eax;"
    5454                "popfl;"
Note: See TracChangeset for help on using the changeset viewer.