Subversion Repositories HelenOS-historic

Rev

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

Rev 177 Rev 180
Line 159... Line 159...
159
 
159
 
160
/** Return base address of current stack
160
/** Return base address of current stack
161
 *
161
 *
162
 * Return the base address of the current stack.
162
 * Return the base address of the current stack.
163
 * The stack is assumed to be STACK_SIZE bytes long.
163
 * The stack is assumed to be STACK_SIZE bytes long.
-
 
164
 * The stack must start on page boundary.
164
 */
165
 */
165
static inline __address get_stack_base(void)
166
static inline __address get_stack_base(void)
166
{
167
{
167
    __address v;
168
    __address v;
168
   
169