Subversion Repositories Kolibri OS

Rev

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

Rev 8695 Rev 9097
Line 206... Line 206...
206
    asm_inline(
206
    asm_inline(
207
        "int $0x40"
207
        "int $0x40"
208
        ::"a"(30), "b"(1), "c"(path)
208
        ::"a"(30), "b"(1), "c"(path)
209
    );
209
    );
210
}
210
}
-
 
211