Changeset 05cb995 in mainline
- Timestamp:
- 2019-01-11T08:37:49Z (6 years ago)
- Children:
- 3e40b4e
- Parents:
- d3e938c
- git-author:
- Vojtech Horky <vojtech.horky@…> (2019-01-09 13:10:03)
- git-committer:
- Vojtech Horky <vojtech.horky@…> (2019-01-11 08:37:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/src/syscall.c
rd3e938c r05cb995 57 57 "r" (__mips_reg_t1), 58 58 "r" (__mips_reg_v0) 59 : 59 60 /* 60 61 * We are a function call, although C 61 62 * does not know it. 62 63 */ 63 : "%ra" 64 "%ra", 65 /* 66 * Clobber memory too as some arguments might be 67 * actually pointers. 68 */ 69 "memory" 64 70 ); 65 71
Note:
See TracChangeset
for help on using the changeset viewer.