Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 655 → Rev 656

/uspace/trunk/libc/arch/ia32/src/syscall.c
33,7 → 33,7
sysarg_t ret;
asm volatile (
"int $0x80\n"
"int $0x30\n"
: "=a" (ret)
: "a" (id),
"b" (p1),