Changeset add04f7 in mainline for kernel/arch/ia32/src/pm.c


Ignore:
Timestamp:
2009-03-03T15:20:49Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f24d300
Parents:
deca67b
Message:

better inline assembler readability using the new symbolic syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/pm.c

    rdeca67b radd04f7  
    2727 */
    2828
    29 /** @addtogroup ia32   
     29/** @addtogroup ia32
    3030 * @{
    3131 */
     
    155155                "push %%eax\n"
    156156                "popfl\n"
    157                 : : : "eax"
     157                ::: "eax"
    158158        );
    159159}
     
    166166                "and $0xfffbffff, %%eax\n"
    167167                "mov %%eax, %%cr0\n"
    168                 : : : "eax"
     168                ::: "eax"
    169169        );
    170170}
Note: See TracChangeset for help on using the changeset viewer.