Subversion Repositories Kolibri OS

Rev

Rev 3593 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3593 Rev 3805
Line 9... Line 9...
9
    ent =_GLOBAL_REENT;
9
    ent =_GLOBAL_REENT;
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
    _REENT_INIT_PTR(ent);
11
    _REENT_INIT_PTR(ent);
12
 
12
 
13
    __asm__ __volatile__(
13
    __asm__ __volatile__(
14
    "movl %0, %%fs:12"
14
    "movl %0, %%fs:16"
15
    ::"r"(ent));
15
    ::"r"(ent));