Changeset 315 for trunk/hal/tsar_mips32/core/hal_uspace.c
- Timestamp:
- Aug 3, 2017, 10:15:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_uspace.c
r300 r315 23 23 */ 24 24 25 #include <errno.h> 26 #include <vmm.h> 25 27 #include <hal_types.h> 26 28 #include <hal_uspace.h> … … 149 151 return EFAULT; 150 152 } 153 151 154 length = hal_strlen_from_uspace( u_src ); 152 155 if( length >= max_size )
Note: See TracChangeset
for help on using the changeset viewer.