Changeset e7b7be3f in mainline for uspace/libc/arch/amd64/include/thread.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
-
uspace/libc/arch/amd64/include/thread.h
r62c63fc re7b7be3f 52 52 void * retval; 53 53 54 __asm__("movq %%fs:0, %0" : "=r"(retval));54 asm ("movq %%fs:0, %0" : "=r"(retval)); 55 55 return retval; 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.