Changeset 182487c6 in mainline for uspace/lib/c/arch/ppc32/src/syscall.c
- Timestamp:
- 2019-01-22T21:36:42Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3fea752
- Parents:
- e5ace7d7
- git-author:
- Vojtech Horky <vojtech.horky@…> (2019-01-22 15:51:00)
- git-committer:
- Vojtech Horky <vojtech.horky@…> (2019-01-22 21:36:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/src/syscall.c
re5ace7d7 r182487c6 58 58 "r" (__ppc32_reg_r8), 59 59 "r" (__ppc32_reg_r9) 60 : 61 /* 62 * Clobber memory too as some arguments might be 63 * actually pointers. 64 */ 65 "memory" 60 66 ); 61 67
Note:
See TracChangeset
for help on using the changeset viewer.