Changes in uspace/lib/c/arch/mips32/src/syscall.c [e5ace7d7:6ff23ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/syscall.c
re5ace7d7 r6ff23ff 57 57 "r" (__mips_reg_t1), 58 58 "r" (__mips_reg_v0) 59 :60 59 /* 61 60 * We are a function call, although C 62 61 * does not know it. 63 62 */ 64 "%ra", 65 /* 66 * Clobber memory too as some arguments might be 67 * actually pointers. 68 */ 69 "memory" 63 : "%ra" 70 64 ); 71 65
Note:
See TracChangeset
for help on using the changeset viewer.