Changes in uspace/lib/c/arch/mips32/src/syscall.c [1433ecda:6ff23ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/syscall.c
r1433ecda r6ff23ff 31 31 */ 32 32 /** @file 33 33 * @ingroup libcmips32 34 34 */ 35 35 … … 57 57 "r" (__mips_reg_t1), 58 58 "r" (__mips_reg_v0) 59 60 61 62 59 /* 60 * We are a function call, although C 61 * does not know it. 62 */ 63 63 : "%ra" 64 64 );
Note:
See TracChangeset
for help on using the changeset viewer.