Changeset e7b7be3f in mainline for kernel/arch/mips32/include/asm.h
- Timestamp:
- 2007-01-22T13:10:08Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f3fc9b
- Parents:
- 62c63fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/asm.h
r62c63fc re7b7be3f 44 44 { 45 45 /* Most of the simulators do not support */ 46 /* __asm__volatile ("wait"); */46 /* asm volatile ("wait"); */ 47 47 } 48 48 … … 57 57 uintptr_t v; 58 58 59 __asm__volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1)));59 asm volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1))); 60 60 61 61 return v;
Note:
See TracChangeset
for help on using the changeset viewer.