Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2071 → Rev 2472

/trunk/uspace/libc/arch/amd64/include/thread.h
51,7 → 51,7
{
void * retval;
 
__asm__ ("movq %%fs:0, %0" : "=r"(retval));
asm ("movq %%fs:0, %0" : "=r"(retval));
return retval;
}