L4Re - L4 Runtime Environment
|
Some helper functions for stack manipulation. More...
Go to the source code of this file.
Functions | |
l4_addr_t | l4util_stack_get_sp (void) |
Get current stack pointer. More... | |
Some helper functions for stack manipulation.
Newer versions of gcc forbid to cast the lvalue of an expression resulting that the following expression is invalid:
*–((l4_threadid_t)esp) = tid
Definition in file stack.h.
|
inline |
Get current stack pointer.
Definition at line 23 of file stack_impl.h.
References EXTERN_C_END.