-
- Downloads
You need to sign in or sign up before continuing.
cpu/native: fix thread_stack_init
The pointer arithmetic for the calculation of the context storage was off due to the change of the stack's pointer type from unsigned int to char. Fix offset calculation by not adjusting for unsigned int width anymore.
Loading
Please register or sign in to comment