Subversion Repositories Kolibri OS

Rev

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

Rev 4874 Rev 4921
Line 17... Line 17...
17
    __asm__ __volatile__(
17
    __asm__ __volatile__(
18
    "movl %0, %%fs:16"
18
    "movl %0, %%fs:16"
19
    ::"r"(ent));
19
    ::"r"(ent));
20
    __sinit(ent);
20
    __sinit(ent);
21
}
21
}
22
-
 
23
-
 
24
-
 
25
-