Changeset 5cca935 in mainline
- Timestamp:
 - 2010-07-01T16:26:53Z (15 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - eee047c
 - Parents:
 - 9110ff0
 - File:
 - 
      
- 1 edited
 
- 
          
  kernel/arch/ia32/src/asm.S (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
kernel/arch/ia32/src/asm.S
r9110ff0 r5cca935 142 142 .macro CLEAR_NT_FLAG 143 143 pushfl 144 pop %ecx 145 and $0xffffbfff, %ecx 146 push %ecx 144 andl $0xffffbfff, (%esp) 147 145 popfl 148 146 .endm  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  