Skip to content
Snippets Groups Projects
Commit 05d4b2f8 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

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.
parent eea0dd4e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment