Subversion Repositories HelenOS-historic

Rev

Rev 1329 | Rev 1380 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1329 Rev 1358
Line 958... Line 958...
958
/** Wrapper for as_area_destroy. */
958
/** Wrapper for as_area_destroy. */
959
__native sys_as_area_destroy(__address address)
959
__native sys_as_area_destroy(__address address)
960
{
960
{
961
    return (__native) as_area_destroy(AS, address);
961
    return (__native) as_area_destroy(AS, address);
962
}
962
}
963
 
-