mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
Initialize return offset.
This commit is contained in:
@@ -149,6 +149,7 @@ void _CPU_Context_Initialize(
|
||||
|
||||
/* set the return address */
|
||||
the_context->s7 = (uint32_t)entry_point;
|
||||
the_context->s8 = 0;
|
||||
|
||||
/* set the stack size */
|
||||
the_context->ssize = 0;
|
||||
|
||||
Reference in New Issue
Block a user