Subversion Repositories HelenOS-historic

Rev

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

Rev 180 Rev 195
Line 47... Line 47...
47
    __asm__ volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1)));
47
    __asm__ volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1)));
48
   
48
   
49
    return v;
49
    return v;
50
}
50
}
51
 
51
 
-
 
52
void asm_delay_loop(__u32 t);
-
 
53
 
-
 
54
 
52
#endif
55
#endif