Ignore:
Timestamp:
Jun 21, 2012, 2:47:19 PM (12 years ago)
Author:
karaoui
Message:

changing mover to memo
changing soft.bin to soft.elf
...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/sys_handler.c

    r161 r163  
    131131
    132132/////////////////////////////////////////////////////////////////////////////
    133 // _vobj_get_base()
     133// _vobj_get_vbase()
    134134// returns 0: success, else: failed.
    135 // give access to the base 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.
    136136// The "type" argument is here for checking purpose.
    137137/////////////////////////////////////////////////////////////////////////////
     
    166166            }
    167167        }
    168     }
    169     // not found !!!
    170     return -2;
     168    }
     169    return -2;//not found
    171170}
    172171
Note: See TracChangeset for help on using the changeset viewer.