Changeset 7f043c0 in mainline for kernel/arch/ia32/include/asm.h


Ignore:
Timestamp:
2007-05-31T21:39:13Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bb0c32
Parents:
d8431986
Message:

fix ICC compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/asm.h

    rd8431986 r7f043c0  
    258258        uintptr_t v;
    259259       
    260         asm volatile ("andl %%esp, %0\n" : "=r" (v) : "0" (~(STACK_SIZE-1)));
     260        asm volatile (
     261                "andl %%esp, %0\n"
     262                : "=r" (v)
     263                : "0" (~(STACK_SIZE - 1))
     264        );
    261265       
    262266        return v;
Note: See TracChangeset for help on using the changeset viewer.