Subversion Repositories HelenOS

Rev

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

Rev 2415 Rev 2464
Line 46... Line 46...
46
void as_arch_init(void)
46
void as_arch_init(void)
47
{
47
{
48
    as_operations = &as_pt_operations;
48
    as_operations = &as_pt_operations;
49
}
49
}
50
 
50
 
51
 
-
 
52
/** @}
51
/** @}
53
 */
52
 */