Changeset 3a6d6656 in mainline for libc/arch/ia32/src/syscall.c
- Timestamp:
- 2005-11-22T17:19:59Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 211bd8a5
- Parents:
- cc6f688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia32/src/syscall.c
rcc6f688 r3a6d6656 29 29 #include <libc.h> 30 30 31 unsigned int __syscall(const syscall_t id, const unsigned int p1, const unsigned int p2, const unsigned int p3)31 sysarg_t __syscall(const syscall_t id, const sysarg_t p1, const sysarg_t p2, const sysarg_t p3) 32 32 { 33 unsigned int ret;33 sysarg_t ret; 34 34 35 35 asm volatile (
Note:
See TracChangeset
for help on using the changeset viewer.