diff --git a/base/include/base/thread.h b/base/include/base/thread.h index 3876d7a7d..bf98bf0a1 100644 --- a/base/include/base/thread.h +++ b/base/include/base/thread.h @@ -99,11 +99,6 @@ namespace Genode { */ long stack[]; - /** - * Pointer to corresponding 'Thread_base' object - */ - Thread_base *thread_base; - /** * Virtual address of the start of the stack * @@ -113,6 +108,11 @@ namespace Genode { */ addr_t stack_base; + /** + * Pointer to corresponding 'Thread_base' object + */ + Thread_base *thread_base; + /** * Dataspace containing the backing store for the thread context *