Changeset e209fc96 in mainline for libc/arch/mips32/src/syscall.c
- Timestamp:
- 2006-06-07T20:56:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 846848a6
- Parents:
- b3d1e11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/src/syscall.c
rb3d1e11 re209fc96 27 27 */ 28 28 29 /** @addtogroup libcmips32 mips32 30 * @brief mips32 architecture dependent parts of libc 31 * @ingroup lc 32 * @{ 33 */ 34 /** @file 35 */ 36 29 37 #include <libc.h> 30 38 … … 53 61 return __mips_reg_v0; 54 62 } 63 64 /** @} 65 */ 66
Note:
See TracChangeset
for help on using the changeset viewer.