Changeset b419162 in mainline for libc/arch/mips32/src/syscall.c
- Timestamp:
- 2006-03-13T19:37:24Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7fc78da
- Parents:
- a3aa1e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/src/syscall.c
ra3aa1e1 rb419162 29 29 #include <libc.h> 30 30 31 sysarg_t __syscall(const syscall_t id, const sysarg_t p1, const sysarg_t p2, const sysarg_t p3) 31 sysarg_t __syscall(const sysarg_t p1, const sysarg_t p2, 32 const sysarg_t p3, const syscall_t id) 32 33 { 33 34 register sysarg_t __mips_reg_a0 asm("$4") = p1;
Note:
See TracChangeset
for help on using the changeset viewer.