Subversion Repositories Kolibri OS

Rev

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

Rev 4349 Rev 4461
Line 289... Line 289...
289
{
289
{
290
    int  val;
290
    int  val;
291
    __asm__ __volatile__(
291
    __asm__ __volatile__(
292
    "int $0x40"
292
    "int $0x40"
293
    :"=a"(val)
293
    :"=a"(val)
294
    :"a"(68),"b"(12),"c"(mem));
294
    :"a"(68),"b"(13),"c"(mem));
295
    return val;
295
    return val;
296
}
296
}
Line 297... Line 297...
297
 
297
 
298
static inline
298
static inline