Subversion Repositories Kolibri OS

Rev

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

Rev 4874 Rev 5024
Line 144... Line 144...
144
{
144
{
145
    uint32_t val;
145
    uint32_t val;
Line 146... Line 146...
146
 
146
 
147
    __asm__ __volatile__(
147
    __asm__ __volatile__(
148
    "int $0x40 \n\t"
-
 
149
    "rol $16, %%eax"
148
    "int $0x40 \n\t"
150
    :"=a"(val)
149
    :"=a"(val)
151
    :"a"(37),"b"(7));
150
    :"a"(37),"b"(7));
152
    return val;
151
    return val;