Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1098 → Rev 1097

/uspace/trunk/libc/arch/mips32/src/syscall.c
46,8 → 46,6
"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;