Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2081 → Rev 2082

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