Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1097 → Rev 1098

/uspace/trunk/libc/arch/mips32/src/syscall.c
46,6 → 46,8
"r" (__mips_reg_a2),
"r" (__mips_reg_a3),
"r" (__mips_reg_v0)
: "%ra" /* We are a function call, although C does not
* know it */
);
return __mips_reg_v0;