Subversion Repositories Kolibri OS

Rev

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

Rev 8660 Rev 8665
Line 791... Line 791...
791
    int val;
791
    int val;
792
    asm_inline(
792
    asm_inline(
793
        "int $0x40"
793
        "int $0x40"
794
        :"=a"(val)
794
        :"=a"(val)
795
        :"a"(9), "b"(table), "c"(pid)
795
        :"a"(9), "b"(table), "c"(pid)
-
 
796
        :"memory"
796
    );
797
    );
797
    return val;
798
    return val;
798
}
799
}
Line 799... Line 800...
799
 
800