Changeset 163 for soft/giet_vm/sys/sys_handler.c
- Timestamp:
- Jun 21, 2012, 2:47:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/sys_handler.c
r161 r163 131 131 132 132 ///////////////////////////////////////////////////////////////////////////// 133 // _vobj_get_ base()133 // _vobj_get_vbase() 134 134 // returns 0: success, else: failed. 135 // give access to thebase address of a vobj identified by the (vspace_name / channel_name ) couple.135 // return the virtual base address of a vobj identified by the (vspace_name / channel_name ) couple. 136 136 // The "type" argument is here for checking purpose. 137 137 ///////////////////////////////////////////////////////////////////////////// … … 166 166 } 167 167 } 168 } 169 // not found !!! 170 return -2; 168 } 169 return -2;//not found 171 170 } 172 171
Note: See TracChangeset
for help on using the changeset viewer.