Initialize return offset.

This commit is contained in:
Wolfgang Puffitsch
2014-03-19 20:14:31 +01:00
parent 1c6536f33c
commit 7f710750e6

View File

@@ -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;